Uses of Class
net.minecraft.client.renderer.chunk.SectionCopy
Packages that use SectionCopy
-
Uses of SectionCopy in net.minecraft.client.renderer.chunk
Fields in net.minecraft.client.renderer.chunk declared as SectionCopyFields in net.minecraft.client.renderer.chunk with type parameters of type SectionCopyModifier and TypeFieldDescriptionprivate final it.unimi.dsi.fastutil.longs.Long2ObjectMap<SectionCopy> RenderRegionCache.sectionCopyCacheMethods in net.minecraft.client.renderer.chunk that return SectionCopyModifier and TypeMethodDescriptionprivate SectionCopyRenderSectionRegion.getSection(int x, int y, int z) private SectionCopyRenderRegionCache.getSectionDataCopy(Level level, int x, int y, int z) Constructors in net.minecraft.client.renderer.chunk with parameters of type SectionCopyModifierConstructorDescription(package private)RenderSectionRegion(Level level, int minSectionX, int minSectionY, int minSectionZ, SectionCopy[] sections) Deprecated.(package private)RenderSectionRegion(Level level, int minSectionX, int minSectionY, int minSectionZ, SectionCopy[] sections, it.unimi.dsi.fastutil.longs.Long2ObjectFunction<ModelData> modelDataSnapshot)
RenderSectionRegion(Level, int, int, int, SectionCopy[], it.unimi.dsi.fastutil.longs.Long2ObjectFunction)instead