Uses of Class
net.minecraft.block.enums.BedPart
Package | Description |
---|---|
net.minecraft.block | |
net.minecraft.block.enums | |
net.minecraft.state.property |
-
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. getDirectionTowardsOtherPart(BedPart part, Direction direction)
-
Uses of BedPart in net.minecraft.block.enums
Methods in net.minecraft.block.enums that return BedPart Modifier and Type Method Description static BedPart
BedPart. valueOf(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. -
Uses of BedPart in net.minecraft.state.property
Fields in net.minecraft.state.property with type parameters of type BedPart Modifier and Type Field Description static EnumProperty<BedPart>
Properties. BED_PART
A property that specifies what part of a bed a block is.