Uses of Enum Class
net.minecraft.block.enums.DoubleBlockHalf
Packages that use DoubleBlockHalf
Package
Description
-
Uses of DoubleBlockHalf in net.minecraft.block
Fields in net.minecraft.block with type parameters of type DoubleBlockHalfModifier and TypeFieldDescriptionstatic final EnumProperty<DoubleBlockHalf> DoorBlock.HALFstatic final EnumProperty<DoubleBlockHalf> PitcherCropBlock.HALFstatic final EnumProperty<DoubleBlockHalf> TallPlantBlock.HALFstatic final EnumProperty<DoubleBlockHalf> TallSeagrassBlock.HALF -
Uses of DoubleBlockHalf in net.minecraft.block.enums
Methods 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.screen
Methods in net.minecraft.screen with parameters of type DoubleBlockHalfModifier and TypeMethodDescriptionstatic List<com.mojang.datafixers.util.Pair<ShimmeringDoorScreenHandler.class_11036, ShimmeringDoorScreenHandler.class_11037>> ShimmeringDoorScreenHandler.method_69469(ServerWorld serverWorld, BlockPos blockPos, Direction direction, DoubleBlockHalf doubleBlockHalf, InstantRoomComponent instantRoomComponent) private static booleanShimmeringDoorScreenHandler.method_69474(BlockState blockState, DoubleBlockHalf doubleBlockHalf, Direction direction) -
Uses of DoubleBlockHalf in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type DoubleBlockHalfModifier and TypeMethodDescriptionvoidServerPlayerEntity.method_69132(ItemStack itemStack, BlockPos blockPos, Direction direction, DoubleBlockHalf doubleBlockHalf) -
Uses of DoubleBlockHalf in net.minecraft.state.property
Fields 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.