Class RaycastContextMixin
java.lang.Object
meteordevelopment.meteorclient.mixin.RaycastContextMixin
- All Implemented Interfaces:
IRaycastContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidset(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)
-
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:
setin interfaceIRaycastContext
-