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 pLevel, LivingEntity pPassenger, AABB pBoundingBox) static booleanDismountHelper.canDismountTo(CollisionGetter pLevel, Vec3 pOffset, LivingEntity pPassenger, Pose pPose) static Vec3DismountHelper.findSafeDismountLocation(EntityType<?> pEntityType, CollisionGetter pLevel, BlockPos pPos, boolean pOnlySafePositions) -
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 pCollisionGetter, Entity pEntity, AABB pBox, boolean pOnlySuffocatingBlocks, BiFunction<BlockPos.MutableBlockPos, VoxelShape, T> pResultProvider) BlockCollisions(CollisionGetter pCollisionGetter, CollisionContext pContext, AABB pBox, boolean pOnlySuffocatingBlocks, BiFunction<BlockPos.MutableBlockPos, VoxelShape, T> pResultProvider) -
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<?> pEntityType, CollisionGetter pCollisionGetter, BlockPos pPos, Direction pStateFacing, Direction pEntityFacing) BedBlock.findStandUpPosition(EntityType<?> pEntityType, CollisionGetter pCollisionGetter, BlockPos pPos, Direction pDirection, float pYRot) RespawnAnchorBlock.findStandUpPosition(EntityType<?> pEntityType, CollisionGetter pLevel, BlockPos pPos) RespawnAnchorBlock.findStandUpPosition(EntityType<?> pEntityType, CollisionGetter pLevel, BlockPos pPos, boolean pSimulate) BedBlock.findStandUpPositionAtOffset(EntityType<?> pEntityType, CollisionGetter pCollisionGetter, BlockPos pPos, int[][] pOffsets, boolean pSimulate) -
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 -
Uses of CollisionGetter in net.minecraft.world.phys.shapes
Methods in net.minecraft.world.phys.shapes with parameters of type CollisionGetterModifier and TypeMethodDescriptionCollisionContext.getCollisionShape(BlockState pState, CollisionGetter pCollisionGetter, BlockPos pPos) EntityCollisionContext.getCollisionShape(BlockState p_366423_, CollisionGetter p_366608_, BlockPos p_366445_) MinecartCollisionContext.getCollisionShape(BlockState p_366641_, CollisionGetter p_366650_, BlockPos p_366424_)