Uses of Enum Class
net.minecraft.block.enums.Attachment
Packages that use Attachment
- 
Uses of Attachment in net.minecraft.blockFields in net.minecraft.block with type parameters of type Attachment
- 
Uses of Attachment in net.minecraft.block.enumsMethods in net.minecraft.block.enums that return AttachmentModifier and TypeMethodDescriptionstatic AttachmentReturns the enum constant of this class with the specified name.static Attachment[]Attachment.values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Uses of Attachment in net.minecraft.state.propertyFields in net.minecraft.state.property with type parameters of type AttachmentModifier and TypeFieldDescriptionstatic final EnumProperty<Attachment> Properties.ATTACHMENTA property that specifies how a bell is attached to a block.