Uses of Enum Class
net.minecraft.world.level.block.HangingSignBlock.Attachment
Packages that use HangingSignBlock.Attachment
Package
Description
-
Uses of HangingSignBlock.Attachment in net.minecraft.client.model.geom
Methods in net.minecraft.client.model.geom with parameters of type HangingSignBlock.AttachmentModifier and TypeMethodDescriptionstatic ModelLayerLocationModelLayers.createHangingSignModelName(WoodType type, HangingSignBlock.Attachment attachmentType) -
Uses of HangingSignBlock.Attachment in net.minecraft.client.renderer.blockentity
Methods in net.minecraft.client.renderer.blockentity with parameters of type HangingSignBlock.AttachmentModifier and TypeMethodDescriptionstatic LayerDefinitionHangingSignRenderer.createHangingSignLayer(HangingSignBlock.Attachment type) static Model.SimpleHangingSignRenderer.createSignModel(EntityModelSet entityModelSet, WoodType woodType, HangingSignBlock.Attachment attachmentType) HangingSignRenderer.Models.get(HangingSignBlock.Attachment attachmentType) -
Uses of HangingSignBlock.Attachment in net.minecraft.client.renderer.blockentity.state
Fields in net.minecraft.client.renderer.blockentity.state declared as HangingSignBlock.Attachment -
Uses of HangingSignBlock.Attachment in net.minecraft.client.renderer.special
Fields in net.minecraft.client.renderer.special declared as HangingSignBlock.AttachmentModifier and TypeFieldDescriptionprivate final HangingSignBlock.AttachmentHangingSignSpecialRenderer.Unbaked.attachmentThe field for theattachmentrecord component.Methods in net.minecraft.client.renderer.special that return HangingSignBlock.AttachmentModifier and TypeMethodDescriptionHangingSignSpecialRenderer.Unbaked.attachment()Returns the value of theattachmentrecord component.Constructors in net.minecraft.client.renderer.special with parameters of type HangingSignBlock.AttachmentModifierConstructorDescriptionUnbaked(WoodType woodType, HangingSignBlock.Attachment attachment) Unbaked(WoodType woodType, HangingSignBlock.Attachment attachment, Optional<Identifier> texture) Creates an instance of aUnbakedrecord class. -
Uses of HangingSignBlock.Attachment in net.minecraft.world.level.block
Subclasses with type arguments of type HangingSignBlock.Attachment in net.minecraft.world.level.blockFields in net.minecraft.world.level.block with type parameters of type HangingSignBlock.AttachmentModifier and TypeFieldDescriptionstatic final Codec<HangingSignBlock.Attachment> HangingSignBlock.Attachment.CODECMethods in net.minecraft.world.level.block that return HangingSignBlock.AttachmentModifier and TypeMethodDescriptionCeilingHangingSignBlock.attachmentPoint(BlockState state) HangingSignBlock.attachmentPoint(BlockState state) WallHangingSignBlock.attachmentPoint(BlockState state) static HangingSignBlock.AttachmentCeilingHangingSignBlock.getAttachmentPoint(boolean isAttached) static HangingSignBlock.AttachmentHangingSignBlock.getAttachmentPoint(BlockState blockState) static HangingSignBlock.AttachmentReturns the enum constant of this class with the specified name.static HangingSignBlock.Attachment[]HangingSignBlock.Attachment.values()Returns an array containing the constants of this enum class, in the order they are declared.