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 SpecialModelRenderer
SpecialModelRenderer.BakingContext -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final floatprivate final SkullModelBaseprivate final RenderType -
Constructor Summary
ConstructorsConstructorDescriptionSkullSpecialRenderer(SkullModelBase model, float animation, RenderType renderType) -
Method Summary
Modifier and TypeMethodDescriptionvoidgetExtents(Consumer<Vector3fc> output) voidsubmit(ItemDisplayContext type, PoseStack poseStack, SubmitNodeCollector submitNodeCollector, int lightCoords, int overlayCoords, boolean hasFoil, int outlineColor) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface NoDataSpecialModelRenderer
extractArgument, submit
-
Field Details
-
model
-
animation
private final float animation -
renderType
-
-
Constructor Details
-
SkullSpecialRenderer
-
-
Method Details
-
submit
public void submit(ItemDisplayContext type, PoseStack poseStack, SubmitNodeCollector submitNodeCollector, int lightCoords, int overlayCoords, boolean hasFoil, int outlineColor) - Specified by:
submitin interfaceNoDataSpecialModelRenderer
-
getExtents
- Specified by:
getExtentsin interfaceSpecialModelRenderer<Void>
-