Uses of Enum Class
net.minecraft.client.render.block.entity.HangingSignBlockEntityRenderer.class_10381
Packages that use HangingSignBlockEntityRenderer.class_10381
Package
Description
-
Uses of HangingSignBlockEntityRenderer.class_10381 in net.minecraft.client.render.block.entity
Fields in net.minecraft.client.render.block.entity declared as HangingSignBlockEntityRenderer.class_10381Modifier and TypeFieldDescriptionprivate final HangingSignBlockEntityRenderer.class_10381HangingSignBlockEntityRenderer.class_10382.attachmentTypeThe field for theattachmentTyperecord component.Methods in net.minecraft.client.render.block.entity that return HangingSignBlockEntityRenderer.class_10381Modifier and TypeMethodDescriptionHangingSignBlockEntityRenderer.class_10382.attachmentType()Returns the value of theattachmentTyperecord component.HangingSignBlockEntityRenderer.class_10381.method_65244(BlockState blockState) Returns the enum constant of this class with the specified name.HangingSignBlockEntityRenderer.class_10381.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.render.block.entity with parameters of type HangingSignBlockEntityRenderer.class_10381Modifier and TypeMethodDescriptionstatic TexturedModelDataHangingSignBlockEntityRenderer.getTexturedModelData(HangingSignBlockEntityRenderer.class_10381 class_10381) Constructors in net.minecraft.client.render.block.entity with parameters of type HangingSignBlockEntityRenderer.class_10381ModifierConstructorDescriptionclass_10382(WoodType woodType, HangingSignBlockEntityRenderer.class_10381 class_10381) -
Uses of HangingSignBlockEntityRenderer.class_10381 in net.minecraft.client.render.entity.model
Methods in net.minecraft.client.render.entity.model with parameters of type HangingSignBlockEntityRenderer.class_10381Modifier and TypeMethodDescriptionstatic EntityModelLayerEntityModelLayers.createHangingSign(WoodType type, HangingSignBlockEntityRenderer.class_10381 class_10381)