Uses of Enum Class
net.minecraft.block.enums.Attachment
-
Uses of Attachment in net.minecraft.block
-
Uses of Attachment in net.minecraft.block.enums
Modifier and TypeMethodDescriptionstatic Attachment
Returns 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.property
Modifier and TypeFieldDescriptionstatic final EnumProperty<Attachment>
Properties.ATTACHMENT
A property that specifies how a bell is attached to a block.