Class BoxMixin

java.lang.Object
meteordevelopment.meteorclient.mixin.BoxMixin
All Implemented Interfaces:
IBox

public class BoxMixin extends Object implements IBox
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    double
     
    double
     
    double
     
    double
     
    double
     
    double
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    expand(double v)
     
    void
    set(double x1, double y1, double z1, double x2, double y2, double z2)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface meteordevelopment.meteorclient.mixininterface.IBox

    set
  • Field Details

    • minX

      public double minX
    • minY

      public double minY
    • minZ

      public double minZ
    • maxX

      public double maxX
    • maxY

      public double maxY
    • maxZ

      public double maxZ
  • Constructor Details

    • BoxMixin

      public BoxMixin()
  • Method Details

    • expand

      public void expand(double v)
      Specified by:
      expand in interface IBox
    • set

      public void set(double x1, double y1, double z1, double x2, double y2, double z2)
      Specified by:
      set in interface IBox