Uses of Class
net.minecraft.state.properties.BellAttachment
-
Packages that use BellAttachment Package Description net.minecraft.block net.minecraft.state.properties -
-
Uses of BellAttachment in net.minecraft.block
Fields in net.minecraft.block with type parameters of type BellAttachment Modifier and Type Field Description static EnumProperty<BellAttachment>BellBlock. ATTACHMENT -
Uses of BellAttachment in net.minecraft.state.properties
Fields in net.minecraft.state.properties with type parameters of type BellAttachment Modifier and Type Field Description static EnumProperty<BellAttachment>BlockStateProperties. BELL_ATTACHMENTMethods in net.minecraft.state.properties that return BellAttachment Modifier and Type Method Description static BellAttachmentBellAttachment. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BellAttachment[]BellAttachment. values()Returns an array containing the constants of this enum type, in the order they are declared.
-