Uses of Enum Class
net.minecraft.client.render.block.entity.HangingSignBlockEntityRenderer.AttachmentType
Packages that use HangingSignBlockEntityRenderer.AttachmentType
Package
Description
-
Uses of HangingSignBlockEntityRenderer.AttachmentType in net.minecraft.client.render.block.entity
Fields in net.minecraft.client.render.block.entity declared as HangingSignBlockEntityRenderer.AttachmentTypeModifier and TypeFieldDescriptionprivate final HangingSignBlockEntityRenderer.AttachmentTypeHangingSignBlockEntityRenderer.Variant.attachmentTypeThe field for theattachmentTyperecord component.Methods in net.minecraft.client.render.block.entity that return HangingSignBlockEntityRenderer.AttachmentTypeModifier and TypeMethodDescriptionHangingSignBlockEntityRenderer.Variant.attachmentType()Returns the value of theattachmentTyperecord component.HangingSignBlockEntityRenderer.AttachmentType.from(BlockState state) Returns the enum constant of this class with the specified name.HangingSignBlockEntityRenderer.AttachmentType.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.AttachmentTypeModifier and TypeMethodDescriptionstatic Model.SinglePartModelHangingSignBlockEntityRenderer.createModel(LoadedEntityModels models, WoodType woodType, HangingSignBlockEntityRenderer.AttachmentType attachmentType) static TexturedModelDataHangingSignBlockEntityRenderer.getTexturedModelData(HangingSignBlockEntityRenderer.AttachmentType attachmentType) Constructors in net.minecraft.client.render.block.entity with parameters of type HangingSignBlockEntityRenderer.AttachmentTypeModifierConstructorDescriptionVariant(WoodType woodType, HangingSignBlockEntityRenderer.AttachmentType attachmentType) Creates an instance of aVariantrecord class. -
Uses of HangingSignBlockEntityRenderer.AttachmentType in net.minecraft.client.render.entity.model
Methods in net.minecraft.client.render.entity.model with parameters of type HangingSignBlockEntityRenderer.AttachmentTypeModifier and TypeMethodDescriptionstatic EntityModelLayerEntityModelLayers.createHangingSign(WoodType type, HangingSignBlockEntityRenderer.AttachmentType attachmentType)