Uses of Interface
net.minecraft.block.DoubleBlockProperties.PropertySource
Packages that use DoubleBlockProperties.PropertySource
-
Uses of DoubleBlockProperties.PropertySource in net.minecraft.block
Classes in net.minecraft.block that implement DoubleBlockProperties.PropertySourceModifier and TypeClassDescriptionstatic classstatic classMethods in net.minecraft.block that return DoubleBlockProperties.PropertySourceModifier and TypeMethodDescriptionabstract DoubleBlockProperties.PropertySource<? extends ChestBlockEntity>AbstractChestBlock.getBlockEntitySource(BlockState state, World world, BlockPos pos, boolean ignoreBlocked)ChestBlock.getBlockEntitySource(BlockState state, World world, BlockPos pos, boolean ignoreBlocked)EnderChestBlock.getBlockEntitySource(BlockState state, World world, BlockPos pos, boolean ignoreBlocked)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)