Uses of Enum Class
net.minecraft.world.level.block.state.properties.DoubleBlockHalf
Packages that use DoubleBlockHalf
Package
Description
-
Uses of DoubleBlockHalf in net.minecraft.client.data.models
Methods in net.minecraft.client.data.models that return types with arguments of type DoubleBlockHalfModifier and TypeMethodDescriptionBlockModelGenerators.configureDoorHalf(PropertyDispatch.C4<Direction, DoubleBlockHalf, DoorHingeSide, Boolean> pProperties, DoubleBlockHalf pHalf, ResourceLocation pLeftModelLocation, ResourceLocation pLeftOpenModelLocation, ResourceLocation pRightModelLocation, ResourceLocation pRightOpenModelLocation) Methods in net.minecraft.client.data.models with parameters of type DoubleBlockHalfModifier and TypeMethodDescriptionBlockModelGenerators.configureDoorHalf(PropertyDispatch.C4<Direction, DoubleBlockHalf, DoorHingeSide, Boolean> pProperties, DoubleBlockHalf pHalf, ResourceLocation pLeftModelLocation, ResourceLocation pLeftOpenModelLocation, ResourceLocation pRightModelLocation, ResourceLocation pRightOpenModelLocation) Method parameters in net.minecraft.client.data.models with type arguments of type DoubleBlockHalfModifier and TypeMethodDescriptionBlockModelGenerators.configureDoorHalf(PropertyDispatch.C4<Direction, DoubleBlockHalf, DoorHingeSide, Boolean> pProperties, DoubleBlockHalf pHalf, ResourceLocation pLeftModelLocation, ResourceLocation pLeftOpenModelLocation, ResourceLocation pRightModelLocation, ResourceLocation pRightOpenModelLocation) -
Uses of DoubleBlockHalf in net.minecraft.world.level.block
Fields in net.minecraft.world.level.block with type parameters of type DoubleBlockHalfModifier and TypeFieldDescriptionstatic final EnumProperty<DoubleBlockHalf> DoorBlock.HALFstatic final EnumProperty<DoubleBlockHalf> DoublePlantBlock.HALFstatic final EnumProperty<DoubleBlockHalf> TallSeagrassBlock.HALF -
Uses of DoubleBlockHalf in net.minecraft.world.level.block.state.properties
Fields in net.minecraft.world.level.block.state.properties with type parameters of type DoubleBlockHalfModifier and TypeFieldDescriptionstatic final EnumProperty<DoubleBlockHalf> BlockStateProperties.DOUBLE_BLOCK_HALFMethods in net.minecraft.world.level.block.state.properties 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.