Package net.minecraft.client.model
Class ShieldModel
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.ShieldModel
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ModelPartprivate static final Stringprivate final ModelPartprivate static final Stringprivate final ModelPartprivate static final intprivate static final intFields inherited from class net.minecraft.client.model.Model
renderType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LayerDefinitionhandle()plate()voidrenderToBuffer(PoseStack pPoseStack, VertexConsumer pBuffer, int pPackedLight, int pPackedOverlay, int pColor) Methods inherited from class net.minecraft.client.model.Model
renderToBuffer, renderType
-
Field Details
-
PLATE
- See Also:
-
HANDLE
- See Also:
-
SHIELD_WIDTH
private static final int SHIELD_WIDTH- See Also:
-
SHIELD_HEIGHT
private static final int SHIELD_HEIGHT- See Also:
-
root
-
plate
-
handle
-
-
Constructor Details
-
ShieldModel
-
-
Method Details
-
createLayer
-
plate
-
handle
-
renderToBuffer
public void renderToBuffer(PoseStack pPoseStack, VertexConsumer pBuffer, int pPackedLight, int pPackedOverlay, int pColor) - Specified by:
renderToBufferin classModel
-