Uses of Enum Class
net.minecraft.world.RaycastContext.ShapeType
Packages that use RaycastContext.ShapeType
-
Uses of RaycastContext.ShapeType in net.minecraft.entity.projectile
Methods in net.minecraft.entity.projectile that return RaycastContext.ShapeTypeModifier and TypeMethodDescriptionprotected RaycastContext.ShapeTypeExplosiveProjectileEntity.getRaycastShapeType()protected RaycastContext.ShapeTypeWindChargeEntity.getRaycastShapeType()Methods in net.minecraft.entity.projectile with parameters of type RaycastContext.ShapeTypeModifier and TypeMethodDescriptionstatic 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)