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 TypeMethodDescriptionboolean
LivingEntity.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.ShapeType
ExplosiveProjectileEntity.getRaycastShapeType()
Methods in net.minecraft.entity.projectile with parameters of type RaycastContext.ShapeTypeModifier and TypeMethodDescriptionstatic HitResult
ProjectileUtil.getCollision
(Entity entity, Predicate<Entity> predicate, RaycastContext.ShapeType raycastShapeType) private static HitResult
ProjectileUtil.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.ShapeType
Returns 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)