Uses of Interface
net.minecraft.world.level.CollisionGetter
Packages that use CollisionGetter
Package
Description
-
Uses of CollisionGetter in net.minecraft.client.multiplayer
Classes in net.minecraft.client.multiplayer that implement CollisionGetter -
Uses of CollisionGetter in net.minecraft.server.level
Classes in net.minecraft.server.level that implement CollisionGetter -
Uses of CollisionGetter in net.minecraft.world.entity.vehicle
Methods in net.minecraft.world.entity.vehicle with parameters of type CollisionGetterModifier and TypeMethodDescriptionstatic boolean
DismountHelper.canDismountTo
(CollisionGetter level, LivingEntity passenger, AABB boundingBox) static boolean
DismountHelper.canDismountTo
(CollisionGetter level, Vec3 offset, LivingEntity passenger, Pose pose) static Vec3
DismountHelper.findSafeDismountLocation
(EntityType<?> entityType, CollisionGetter level, BlockPos pos, boolean onlySafePositions) -
Uses of CollisionGetter in net.minecraft.world.level
Subinterfaces of CollisionGetter in net.minecraft.world.levelModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
Classes in net.minecraft.world.level that implement CollisionGetterFields in net.minecraft.world.level declared as CollisionGetterConstructors in net.minecraft.world.level with parameters of type CollisionGetterModifierConstructorDescriptionBlockCollisions
(CollisionGetter collisionGetter, Entity entity, AABB box, boolean onlySuffocatingBlocks, BiFunction<BlockPos.MutableBlockPos, VoxelShape, T> resultProvider) -
Uses of CollisionGetter in net.minecraft.world.level.block
Methods in net.minecraft.world.level.block with parameters of type CollisionGetterModifier and TypeMethodDescriptionBedBlock.findBunkBedStandUpPosition
(EntityType<?> entityType, CollisionGetter collisionGetter, BlockPos pos, Direction stateFacing, Direction entityFacing) BedBlock.findStandUpPosition
(EntityType<?> entityType, CollisionGetter collisionGetter, BlockPos pos, Direction p_direction, float yRot) RespawnAnchorBlock.findStandUpPosition
(EntityType<?> entityType, CollisionGetter level, BlockPos pos) RespawnAnchorBlock.findStandUpPosition
(EntityType<?> entityType, CollisionGetter level, BlockPos pos, boolean simulate) BedBlock.findStandUpPositionAtOffset
(EntityType<?> entityType, CollisionGetter collisionGetter, BlockPos pos, int[][] offsets, boolean simulate) -
Uses of CollisionGetter in net.minecraft.world.level.pathfinder
Fields in net.minecraft.world.level.pathfinder declared as CollisionGetterMethods in net.minecraft.world.level.pathfinder that return CollisionGetterConstructors in net.minecraft.world.level.pathfinder with parameters of type CollisionGetter