net.minecraft.world

public interface TestableWorld

net.minecraft.world.level.LevelSimulatedReader
net.minecraft.class_3746
net.minecraft.world.TestableWorld

Method summary

Modifier and TypeMethod
boolean
isStateAtPosition(BlockPos pos, Predicate<BlockState> predicate)
method_16358(class_2338 arg0, Predicate<class_2680> arg1)
testBlockState(BlockPos pos, Predicate<BlockState> state)
boolean
isFluidAtPosition(BlockPos pos, Predicate<FluidState> predicate)
method_35237(class_2338 arg0, Predicate<class_3610> arg1)
testFluidState(BlockPos pos, Predicate<FluidState> state)
<T extends BlockEntity> Optional<T>
getBlockEntity(BlockPos pos, BlockEntityType<T> type)
method_35230(class_2338 arg0, class_2591<T> arg1)
getBlockEntity(BlockPos pos, BlockEntityType<T> type)
BlockPos
getHeightmapPos(Heightmap$Types type, BlockPos pos)
method_8598(class_2902$class_2903 arg0, class_2338 arg1)
getTopPosition(Heightmap$Type heightmap, BlockPos pos)