Class ShieldSpecialRenderer
java.lang.Object
net.minecraft.client.renderer.special.ShieldSpecialRenderer
- All Implemented Interfaces:
SpecialModelRenderer<DataComponentMap>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionextractArgument(ItemStack stack) voidgetExtents(Set<Vector3f> output) voidrender(DataComponentMap patterns, ItemDisplayContext displayContext, PoseStack poseStack, MultiBufferSource bufferSource, int packedLight, int packedOverlay, boolean hasFoilType)
-
Field Details
-
model
-
-
Constructor Details
-
ShieldSpecialRenderer
-
-
Method Details
-
extractArgument
- Specified by:
extractArgumentin interfaceSpecialModelRenderer<DataComponentMap>
-
render
public void render(@Nullable DataComponentMap patterns, ItemDisplayContext displayContext, PoseStack poseStack, MultiBufferSource bufferSource, int packedLight, int packedOverlay, boolean hasFoilType) - Specified by:
renderin interfaceSpecialModelRenderer<DataComponentMap>
-
getExtents
- Specified by:
getExtentsin interfaceSpecialModelRenderer<DataComponentMap>
-