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 pX, int pY, int pZ) private SectionCopyRenderRegionCache.getSectionDataCopy(Level pLevel, int pX, int pY, int pZ) Constructors in net.minecraft.client.renderer.chunk with parameters of type SectionCopyModifierConstructorDescription(package private)RenderSectionRegion(Level pLevel, int pMinSectionX, int pMinSectionY, int pMinSectionZ, SectionCopy[] pSections) Deprecated.(package private)RenderSectionRegion(Level pLevel, int pMinSectionX, int pMinSectionY, int pMinSectionZ, SectionCopy[] pSections, it.unimi.dsi.fastutil.longs.Long2ObjectFunction<ModelData> modelDataSnapshot)
RenderSectionRegion(Level, int, int, int, SectionCopy[], it.unimi.dsi.fastutil.longs.Long2ObjectFunction)instead