Class ModelFeatureRenderer
java.lang.Object
net.minecraft.client.renderer.feature.RenderTypeFeatureRenderer<ModelFeatureRenderer.Submit<?>>
net.minecraft.client.renderer.feature.ModelFeatureRenderer
- All Implemented Interfaces:
AutoCloseable, FeatureRenderer<ModelFeatureRenderer.Submit<?>>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordstatic final record -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final PoseStackstatic final FeatureRendererType<ModelFeatureRenderer.Submit<?>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbuildGroup(FeatureFrameContext context, List<ModelFeatureRenderer.Submit<?>> submits) private <S> voidprepareModel(ModelFeatureRenderer.Submit<S> submit) Methods inherited from class RenderTypeFeatureRenderer
executeGroup, finishExecute, getVertexBuilder, prepareGroupMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface FeatureRenderer
beginPrepare, close, finishPrepare
-
Field Details
-
TYPE
-
poseStack
-
-
Constructor Details
-
ModelFeatureRenderer
public ModelFeatureRenderer()
-
-
Method Details
-
buildGroup
protected void buildGroup(FeatureFrameContext context, List<ModelFeatureRenderer.Submit<?>> submits) - Specified by:
buildGroupin classRenderTypeFeatureRenderer<ModelFeatureRenderer.Submit<?>>
-
prepareModel
-