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 booleanDismountHelper.canDismountTo(CollisionGetter p_38457_, LivingEntity p_38458_, AABB p_38459_) static booleanDismountHelper.canDismountTo(CollisionGetter p_150280_, Vec3 p_150281_, LivingEntity p_150282_, Pose p_150283_) static Vec3DismountHelper.findSafeDismountLocation(EntityType<?> p_38442_, CollisionGetter p_38443_, BlockPos p_38444_, boolean p_38445_) -
Uses of CollisionGetter in net.minecraft.world.level
Subinterfaces of CollisionGetter in net.minecraft.world.levelModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceClasses 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 p_286817_, Entity p_286246_, AABB p_286624_, boolean p_286354_, BiFunction<BlockPos.MutableBlockPos, VoxelShape, T> p_286303_) -
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<?> p_49464_, CollisionGetter p_49465_, BlockPos p_49466_, Direction p_49467_, Direction p_49468_) BedBlock.findStandUpPosition(EntityType<?> p_261547_, CollisionGetter p_261946_, BlockPos p_261614_, Direction p_261648_, float p_261680_) RespawnAnchorBlock.findStandUpPosition(EntityType<?> p_55840_, CollisionGetter p_55841_, BlockPos p_55842_) RespawnAnchorBlock.findStandUpPosition(EntityType<?> p_55844_, CollisionGetter p_55845_, BlockPos p_55846_, boolean p_55847_) BedBlock.findStandUpPositionAtOffset(EntityType<?> p_49470_, CollisionGetter p_49471_, BlockPos p_49472_, int[][] p_49473_, boolean p_49474_) -
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