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. PARTMethods in net.minecraft.block with parameters of type BedPart Modifier and Type Method Description private static DirectionBedBlock. 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 BedPartBedPart. 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_PARTA property that specifies what part of a bed a block is.