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