Class RaycastContextMixin

java.lang.Object
meteordevelopment.meteorclient.mixin.RaycastContextMixin
All Implemented Interfaces:
IRaycastContext

public class RaycastContextMixin extends Object implements IRaycastContext
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • 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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RaycastContextMixin

      public RaycastContextMixin()
  • Method Details

    • set

      public 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)
      Specified by:
      set in interface IRaycastContext