Uses of Enum Class
net.minecraft.block.enums.DoubleBlockHalf
Packages that use DoubleBlockHalf
Package
Description
- 
Uses of DoubleBlockHalf in net.minecraft.blockFields in net.minecraft.block with type parameters of type DoubleBlockHalfModifier and TypeFieldDescriptionstatic final EnumProperty<DoubleBlockHalf> DoorBlock.HALFstatic final EnumProperty<DoubleBlockHalf> TallPlantBlock.HALFstatic final EnumProperty<DoubleBlockHalf> TallSeagrassBlock.HALF
- 
Uses of DoubleBlockHalf in net.minecraft.block.enumsMethods in net.minecraft.block.enums that return DoubleBlockHalfModifier and TypeMethodDescriptionDoubleBlockHalf.getOtherHalf()static DoubleBlockHalfReturns the enum constant of this class with the specified name.static DoubleBlockHalf[]DoubleBlockHalf.values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Uses of DoubleBlockHalf in net.minecraft.client.dataMethods in net.minecraft.client.data that return types with arguments of type DoubleBlockHalfModifier and TypeMethodDescriptionprivate static BlockStateVariantMap.QuadrupleProperty<Direction, DoubleBlockHalf, DoorHinge, Boolean> BlockStateModelGenerator.fillDoorVariantMap(BlockStateVariantMap.QuadrupleProperty<Direction, DoubleBlockHalf, DoorHinge, Boolean> variantMap, DoubleBlockHalf targetHalf, Identifier leftHingeClosedModelId, Identifier leftHingeOpenModelId, Identifier rightHingeClosedModelId, Identifier rightHingeOpenModelId) Methods in net.minecraft.client.data with parameters of type DoubleBlockHalfModifier and TypeMethodDescriptionprivate static BlockStateVariantMap.QuadrupleProperty<Direction, DoubleBlockHalf, DoorHinge, Boolean> BlockStateModelGenerator.fillDoorVariantMap(BlockStateVariantMap.QuadrupleProperty<Direction, DoubleBlockHalf, DoorHinge, Boolean> variantMap, DoubleBlockHalf targetHalf, Identifier leftHingeClosedModelId, Identifier leftHingeOpenModelId, Identifier rightHingeClosedModelId, Identifier rightHingeOpenModelId) Method parameters in net.minecraft.client.data with type arguments of type DoubleBlockHalfModifier and TypeMethodDescriptionprivate static BlockStateVariantMap.QuadrupleProperty<Direction, DoubleBlockHalf, DoorHinge, Boolean> BlockStateModelGenerator.fillDoorVariantMap(BlockStateVariantMap.QuadrupleProperty<Direction, DoubleBlockHalf, DoorHinge, Boolean> variantMap, DoubleBlockHalf targetHalf, Identifier leftHingeClosedModelId, Identifier leftHingeOpenModelId, Identifier rightHingeClosedModelId, Identifier rightHingeOpenModelId) 
- 
Uses of DoubleBlockHalf in net.minecraft.state.propertyFields in net.minecraft.state.property with type parameters of type DoubleBlockHalfModifier and TypeFieldDescriptionstatic final EnumProperty<DoubleBlockHalf> Properties.DOUBLE_BLOCK_HALFA property that specifies whether a double height block is the upper or lower half.