Uses of Enum Class
net.minecraft.block.DoubleBlockProperties.Type
Packages that use DoubleBlockProperties.Type
-
Uses of DoubleBlockProperties.Type in net.minecraft.block
Methods in net.minecraft.block that return DoubleBlockProperties.TypeModifier and TypeMethodDescriptionstatic DoubleBlockProperties.Type
BedBlock.getBedPart
(BlockState state) static DoubleBlockProperties.Type
ChestBlock.getDoubleBlockType
(BlockState state) static DoubleBlockProperties.Type
Returns the enum constant of this class with the specified name.static DoubleBlockProperties.Type[]
DoubleBlockProperties.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in net.minecraft.block with type arguments of type DoubleBlockProperties.TypeModifier and TypeMethodDescriptionstatic <S extends BlockEntity>
DoubleBlockProperties.PropertySource<S> DoubleBlockProperties.toPropertySource
(BlockEntityType<S> blockEntityType, Function<BlockState, DoubleBlockProperties.Type> typeMapper, Function<BlockState, Direction> directionMapper, DirectionProperty directionProperty, BlockState state, WorldAccess world, BlockPos pos, BiPredicate<WorldAccess, BlockPos> fallbackTester)