Uses of Enum Class
net.minecraft.world.RaycastContext.ShapeType
Packages that use RaycastContext.ShapeType
-
Uses of RaycastContext.ShapeType in net.minecraft.entity
Methods in net.minecraft.entity with parameters of type RaycastContext.ShapeTypeModifier and TypeMethodDescriptionbooleanLivingEntity.canSee(Entity entity, RaycastContext.ShapeType shapeType, RaycastContext.FluidHandling fluidHandling, double entityY) -
Uses of RaycastContext.ShapeType in net.minecraft.entity.projectile
Methods in net.minecraft.entity.projectile that return RaycastContext.ShapeTypeModifier and TypeMethodDescriptionprotected RaycastContext.ShapeTypeExplosiveProjectileEntity.getRaycastShapeType()Methods in net.minecraft.entity.projectile with parameters of type RaycastContext.ShapeTypeModifier and TypeMethodDescriptionprivate static com.mojang.datafixers.util.Either<BlockHitResult, Collection<EntityHitResult>> ProjectileUtil.collectPiercingCollisions(Entity entity, Vec3d pos, Vec3d minReach, Predicate<Entity> hitPredicate, Vec3d maxReach, float hitboxMargin, RaycastContext.ShapeType shapeType) static Collection<EntityHitResult> ProjectileUtil.collectPiercingCollisions(World world, Entity entity, Vec3d from, Vec3d to, Box box, Predicate<Entity> hitPredicate, float hitboxMargin, RaycastContext.ShapeType shapeType, boolean bool) static HitResultProjectileUtil.getCollision(Entity entity, Predicate<Entity> predicate, RaycastContext.ShapeType raycastShapeType) private static HitResultProjectileUtil.getCollision(Vec3d pos, Entity entity, Predicate<Entity> predicate, Vec3d velocity, World world, float margin, RaycastContext.ShapeType raycastShapeType) -
Uses of RaycastContext.ShapeType in net.minecraft.world
Fields in net.minecraft.world declared as RaycastContext.ShapeTypeMethods in net.minecraft.world that return RaycastContext.ShapeTypeModifier and TypeMethodDescriptionstatic RaycastContext.ShapeTypeReturns the enum constant of this class with the specified name.static RaycastContext.ShapeType[]RaycastContext.ShapeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.world with parameters of type RaycastContext.ShapeTypeModifierConstructorDescriptionRaycastContext(Vec3d start, Vec3d end, RaycastContext.ShapeType shapeType, RaycastContext.FluidHandling fluidHandling, ShapeContext shapeContext) RaycastContext(Vec3d start, Vec3d end, RaycastContext.ShapeType shapeType, RaycastContext.FluidHandling fluidHandling, Entity entity)