Uses of Interface
net.minecraft.world.ICollisionReader
-
Packages that use ICollisionReader Package Description net.minecraft.block net.minecraft.client.world net.minecraft.util net.minecraft.util.math.shapes net.minecraft.world net.minecraft.world.gen net.minecraft.world.server -
-
Uses of ICollisionReader in net.minecraft.block
Methods in net.minecraft.block with parameters of type ICollisionReader Modifier and Type Method Description private static java.util.Optional<Vector3d>BedBlock. findBunkBedStandUpPosition(EntityType<?> p_242653_0_, ICollisionReader p_242653_1_, BlockPos p_242653_2_, Direction p_242653_3_, Direction p_242653_4_)static java.util.Optional<Vector3d>BedBlock. findStandUpPosition(EntityType<?> p_242652_0_, ICollisionReader p_242652_1_, BlockPos p_242652_2_, float p_242652_3_)static java.util.Optional<Vector3d>RespawnAnchorBlock. findStandUpPosition(EntityType<?> p_235560_0_, ICollisionReader p_235560_1_, BlockPos p_235560_2_)private static java.util.Optional<Vector3d>RespawnAnchorBlock. findStandUpPosition(EntityType<?> p_242678_0_, ICollisionReader p_242678_1_, BlockPos p_242678_2_, boolean p_242678_3_)private static java.util.Optional<Vector3d>BedBlock. findStandUpPositionAtOffset(EntityType<?> p_242654_0_, ICollisionReader p_242654_1_, BlockPos p_242654_2_, int[][] p_242654_3_, boolean p_242654_4_) -
Uses of ICollisionReader in net.minecraft.client.world
Classes in net.minecraft.client.world that implement ICollisionReader Modifier and Type Class Description classClientWorld -
Uses of ICollisionReader in net.minecraft.util
Methods in net.minecraft.util with parameters of type ICollisionReader Modifier and Type Method Description static booleanTransportationHelper. canDismountTo(ICollisionReader p_234631_0_, LivingEntity p_234631_1_, AxisAlignedBB p_234631_2_)static Vector3dTransportationHelper. findDismountLocation(ICollisionReader p_242381_0_, double p_242381_1_, double p_242381_3_, double p_242381_5_, LivingEntity p_242381_7_, Pose p_242381_8_)static Vector3dTransportationHelper. findSafeDismountLocation(EntityType<?> p_242379_0_, ICollisionReader p_242379_1_, BlockPos p_242379_2_, boolean p_242379_3_) -
Uses of ICollisionReader in net.minecraft.util.math.shapes
Fields in net.minecraft.util.math.shapes declared as ICollisionReader Modifier and Type Field Description private ICollisionReaderVoxelShapeSpliterator. collisionGetterConstructors in net.minecraft.util.math.shapes with parameters of type ICollisionReader Constructor Description VoxelShapeSpliterator(ICollisionReader p_i231606_1_, Entity p_i231606_2_, AxisAlignedBB p_i231606_3_)VoxelShapeSpliterator(ICollisionReader p_i241238_1_, Entity p_i241238_2_, AxisAlignedBB p_i241238_3_, java.util.function.BiPredicate<BlockState,BlockPos> p_i241238_4_) -
Uses of ICollisionReader in net.minecraft.world
Subinterfaces of ICollisionReader in net.minecraft.world Modifier and Type Interface Description interfaceIBiomeReaderinterfaceIDayTimeReaderinterfaceISeedReaderinterfaceIServerWorldinterfaceIWorldinterfaceIWorldReaderClasses in net.minecraft.world that implement ICollisionReader Modifier and Type Class Description classRegionclassWorld -
Uses of ICollisionReader in net.minecraft.world.gen
Classes in net.minecraft.world.gen that implement ICollisionReader Modifier and Type Class Description classWorldGenRegion -
Uses of ICollisionReader in net.minecraft.world.server
Classes in net.minecraft.world.server that implement ICollisionReader Modifier and Type Class Description classServerWorld
-