Uses of Enum Class
net.minecraft.world.RaycastContext.FluidHandling
-
Uses of RaycastContext.FluidHandling in net.minecraft.item
Modifier and TypeMethodDescriptionprotected static BlockHitResult
Item.raycast
(World world, PlayerEntity player, RaycastContext.FluidHandling fluidHandling) -
Uses of RaycastContext.FluidHandling in net.minecraft.world
Modifier and TypeMethodDescriptionstatic RaycastContext.FluidHandling
Returns the enum constant of this class with the specified name.static RaycastContext.FluidHandling[]
RaycastContext.FluidHandling.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionRaycastContext
(Vec3d start, Vec3d end, RaycastContext.ShapeType shapeType, RaycastContext.FluidHandling fluidHandling, Entity entity)