Class TranslucencyPointOfView

java.lang.Object
net.minecraft.client.renderer.chunk.TranslucencyPointOfView

public final class TranslucencyPointOfView extends Object
  • Field Details

    • x

      private int x
    • y

      private int y
    • z

      private int z
  • Constructor Details

    • TranslucencyPointOfView

      public TranslucencyPointOfView()
  • Method Details

    • of

      public static TranslucencyPointOfView of(Vec3 cameraPos, long sectionNode)
    • set

      public TranslucencyPointOfView set(Vec3 cameraPos, long sectionPos)
    • getCoordinate

      private static int getCoordinate(double cameraCoordinate, int section)
    • isAxisAligned

      public boolean isAxisAligned()
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object