Class SkullSpecialRenderer
java.lang.Object
net.minecraft.client.renderer.special.SkullSpecialRenderer
- All Implemented Interfaces:
NoDataSpecialModelRenderer,SpecialModelRenderer<Void>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface net.minecraft.client.renderer.special.SpecialModelRenderer
SpecialModelRenderer.BakingContext -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final floatprivate final SkullModelBaseprivate final RenderType -
Constructor Summary
ConstructorsConstructorDescriptionSkullSpecialRenderer(SkullModelBase pModel, float pAnimation, RenderType pRenderType) -
Method Summary
Modifier and TypeMethodDescriptionvoidgetExtents(Set<Vector3f> p_428193_) voidsubmit(ItemDisplayContext p_439965_, PoseStack p_440519_, SubmitNodeCollector p_439018_, int p_440585_, int p_439887_, boolean p_440182_, int p_451695_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.renderer.special.NoDataSpecialModelRenderer
extractArgument, submit
-
Field Details
-
model
-
animation
private final float animation -
renderType
-
-
Constructor Details
-
SkullSpecialRenderer
-
-
Method Details
-
submit
public void submit(ItemDisplayContext p_439965_, PoseStack p_440519_, SubmitNodeCollector p_439018_, int p_440585_, int p_439887_, boolean p_440182_, int p_451695_) - Specified by:
submitin interfaceNoDataSpecialModelRenderer
-
getExtents
- Specified by:
getExtentsin interfaceSpecialModelRenderer<Void>
-