Uses of Enum Class
net.minecraft.block.enums.DoubleBlockHalf
Packages that use DoubleBlockHalf
Package
Description
The base package for all Minecraft classes.
-
Uses of DoubleBlockHalf in net.minecraft
Methods in net.minecraft with parameters of type DoubleBlockHalfModifier and TypeMethodDescriptionstatic List<com.mojang.datafixers.util.Pair<class_11034.class_11036, class_11034.class_11037>> class_11034.method_69469(ServerWorld serverWorld, BlockPos blockPos, Direction direction, DoubleBlockHalf doubleBlockHalf, class_11055 class_11055) private static booleanclass_11034.method_69474(BlockState blockState, DoubleBlockHalf doubleBlockHalf, Direction direction) -
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.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.