Uses of Class
net.minecraft.world.RaycastContext.FluidHandling
| Package | Description |
|---|---|
| net.minecraft.item | |
| net.minecraft.world |
-
Uses of RaycastContext.FluidHandling in net.minecraft.item
Methods in net.minecraft.item with parameters of type RaycastContext.FluidHandling Modifier and Type Method Description protected static BlockHitResultItem. raycast(World world, PlayerEntity player, RaycastContext.FluidHandling fluidHandling) -
Uses of RaycastContext.FluidHandling in net.minecraft.world
Fields in net.minecraft.world declared as RaycastContext.FluidHandling Modifier and Type Field Description private RaycastContext.FluidHandlingRaycastContext. fluidMethods in net.minecraft.world that return RaycastContext.FluidHandling Modifier and Type Method Description static RaycastContext.FluidHandlingRaycastContext.FluidHandling. valueOf(String name)Returns the enum constant of this type with the specified name.static RaycastContext.FluidHandling[]RaycastContext.FluidHandling. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.minecraft.world with parameters of type RaycastContext.FluidHandling Constructor Description RaycastContext(Vec3d start, Vec3d end, RaycastContext.ShapeType shapeType, RaycastContext.FluidHandling fluidHandling, Entity entity)