Interface IRaycastContext

All Known Implementing Classes:
RaycastContextMixin

public interface IRaycastContext
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    set(net.minecraft.util.math.Vec3d start, net.minecraft.util.math.Vec3d end, net.minecraft.world.RaycastContext.ShapeType shapeType, net.minecraft.world.RaycastContext.FluidHandling fluidHandling, net.minecraft.entity.Entity entity)
     
  • Method Details

    • set

      void set(net.minecraft.util.math.Vec3d start, net.minecraft.util.math.Vec3d end, net.minecraft.world.RaycastContext.ShapeType shapeType, net.minecraft.world.RaycastContext.FluidHandling fluidHandling, net.minecraft.entity.Entity entity)