Class StaticCache2D<T>

java.lang.Object
net.minecraft.util.StaticCache2D<T>

public class StaticCache2D<T> extends Object
  • Field Details

    • minX

      private final int minX
    • minZ

      private final int minZ
    • sizeX

      private final int sizeX
    • sizeZ

      private final int sizeZ
    • cache

      private final @Nullable Object[] cache
  • Constructor Details

  • Method Details