Class RenderRegionCache

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

public class RenderRegionCache extends Object
  • Field Details

    • sectionCopyCache

      private final it.unimi.dsi.fastutil.longs.Long2ObjectMap<SectionCopy> sectionCopyCache
  • Constructor Details

    • RenderRegionCache

      public RenderRegionCache()
  • Method Details

    • createRegion

      public RenderSectionRegion createRegion(Level level, long sectionNode)
    • getSectionDataCopy

      private SectionCopy getSectionDataCopy(Level level, int sectionX, int sectionY, int sectionZ)