Uses of Class
net.minecraft.state.properties.BedPart
-
Packages that use BedPart Package Description net.minecraft.block net.minecraft.state.properties -
-
Uses of BedPart in net.minecraft.block
Fields in net.minecraft.block with type parameters of type BedPart Modifier and Type Field Description static EnumProperty<BedPart>
BedBlock. PART
Methods in net.minecraft.block with parameters of type BedPart Modifier and Type Method Description private static Direction
BedBlock. getNeighbourDirection(BedPart p_208070_0_, Direction p_208070_1_)
-
Uses of BedPart in net.minecraft.state.properties
Fields in net.minecraft.state.properties with type parameters of type BedPart Modifier and Type Field Description static EnumProperty<BedPart>
BlockStateProperties. BED_PART
Methods in net.minecraft.state.properties that return BedPart Modifier and Type Method Description static BedPart
BedPart. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BedPart[]
BedPart. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-