Uses of Enum Class
net.minecraft.world.RaycastContext.FluidHandling
Packages that use RaycastContext.FluidHandling
-
Uses of RaycastContext.FluidHandling in net.minecraft.entity
Methods in net.minecraft.entity with parameters of type RaycastContext.FluidHandlingModifier and TypeMethodDescriptionboolean
LivingEntity.canSee
(Entity entity, RaycastContext.ShapeType shapeType, RaycastContext.FluidHandling fluidHandling, DoubleSupplier entityY) -
Uses of RaycastContext.FluidHandling in net.minecraft.item
Methods in net.minecraft.item with parameters of type RaycastContext.FluidHandlingModifier and TypeMethodDescriptionprotected static BlockHitResult
Item.raycast
(World world, PlayerEntity player, RaycastContext.FluidHandling fluidHandling) -
Uses of RaycastContext.FluidHandling in net.minecraft.world
Fields in net.minecraft.world declared as RaycastContext.FluidHandlingMethods in net.minecraft.world that return RaycastContext.FluidHandlingModifier 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.Constructors in net.minecraft.world with parameters of type RaycastContext.FluidHandlingModifierConstructorDescriptionRaycastContext
(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)