net.minecraft.world

public interface RegistryWorldView

extends WorldView, ModifiableTestableWorld, EntityView

net.minecraft.world.level.CommonLevelAccessor
net.minecraft.class_5423
net.minecraft.world.RegistryWorldView

Method summary

Modifier and TypeMethod
default <T extends BlockEntity> Optional<T>
getBlockEntity(BlockPos pos, BlockEntityType<T> type)
method_35230(class_2338 arg0, class_2591<T> arg1)
getBlockEntity(BlockPos arg0, BlockEntityType<T> arg1)
default List<VoxelShape>
getEntityCollisions(Entity source, AABB testArea)
method_20743(class_1297 arg0, class_238 arg1)
getEntityCollisions(Entity arg0, Box arg1)
default boolean
isUnobstructed(Entity source, VoxelShape shape)
method_8611(class_1297 arg0, class_265 arg1)
doesNotIntersectEntities(Entity arg0, VoxelShape arg1)
default BlockPos
getHeightmapPos(Heightmap$Types type, BlockPos pos)
method_8598(class_2902$class_2903 arg0, class_2338 arg1)
getTopPosition(Heightmap$Type arg0, BlockPos arg1)