java.lang.Object
meteordevelopment.meteorclient.utils.world.Dir

public class Dir extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final byte
     
    static final byte
     
    static final byte
     
    static final byte
     
    static final byte
     
    static final byte
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Dir()
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static byte
    get(net.minecraft.util.math.Direction dir)
     
    static boolean
    is(int dir, byte idk)
     
    static boolean
    isNot(int dir, byte idk)
     

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • Dir

      public Dir()
  • Method Details

    • get

      public static byte get(net.minecraft.util.math.Direction dir)
    • is

      public static boolean is(int dir, byte idk)
    • isNot

      public static boolean isNot(int dir, byte idk)