Package net.minecraft.client.renderer
Class RenderTypeBuffers
- java.lang.Object
-
- net.minecraft.client.renderer.RenderTypeBuffers
-
public class RenderTypeBuffers extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private IRenderTypeBuffer.ImplbufferSourceprivate IRenderTypeBuffer.ImplcrumblingBufferSourceprivate RegionRenderCacheBuilderfixedBufferPackprivate java.util.SortedMap<RenderType,BufferBuilder>fixedBuffersprivate OutlineLayerBufferoutlineBufferSource
-
Constructor Summary
Constructors Constructor Description RenderTypeBuffers()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IRenderTypeBuffer.ImplbufferSource()IRenderTypeBuffer.ImplcrumblingBufferSource()RegionRenderCacheBuilderfixedBufferPack()OutlineLayerBufferoutlineBufferSource()private static voidput(it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap<RenderType,BufferBuilder> p_228486_0_, RenderType p_228486_1_)
-
-
-
Field Detail
-
fixedBufferPack
private final RegionRenderCacheBuilder fixedBufferPack
-
fixedBuffers
private final java.util.SortedMap<RenderType,BufferBuilder> fixedBuffers
-
bufferSource
private final IRenderTypeBuffer.Impl bufferSource
-
crumblingBufferSource
private final IRenderTypeBuffer.Impl crumblingBufferSource
-
outlineBufferSource
private final OutlineLayerBuffer outlineBufferSource
-
-
Method Detail
-
put
private static void put(it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap<RenderType,BufferBuilder> p_228486_0_, RenderType p_228486_1_)
-
fixedBufferPack
public RegionRenderCacheBuilder fixedBufferPack()
-
bufferSource
public IRenderTypeBuffer.Impl bufferSource()
-
crumblingBufferSource
public IRenderTypeBuffer.Impl crumblingBufferSource()
-
outlineBufferSource
public OutlineLayerBuffer outlineBufferSource()
-
-