Class BlockBufferAllocatorStorage
java.lang.Object
net.minecraft.client.render.chunk.BlockBufferAllocatorStorage
- All Implemented Interfaces:
 AutoCloseable
@Environment(CLIENT)
public class BlockBufferAllocatorStorage
extends Object
implements AutoCloseable
- Mappings:
 Namespace Name named net/minecraft/client/render/chunk/BlockBufferAllocatorStorageintermediary net/minecraft/class_750official gfk
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Map<RenderLayer, BufferAllocator> private static final List<RenderLayer> static final int - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
BLOCK_LAYERS
- Mappings:
 Namespace Name Mixin selector named BLOCK_LAYERSLnet/minecraft/client/render/chunk/BlockBufferAllocatorStorage;BLOCK_LAYERS:Ljava/util/List;intermediary field_52159Lnet/minecraft/class_750;field_52159:Ljava/util/List;official bLgfk;b:Ljava/util/List;
 - 
EXPECTED_TOTAL_SIZE
public static final int EXPECTED_TOTAL_SIZE- Mappings:
 Namespace Name Mixin selector named EXPECTED_TOTAL_SIZELnet/minecraft/client/render/chunk/BlockBufferAllocatorStorage;EXPECTED_TOTAL_SIZE:Iintermediary field_46902Lnet/minecraft/class_750;field_46902:Iofficial aLgfk;a:I
 - 
allocators
- Mappings:
 Namespace Name Mixin selector named allocatorsLnet/minecraft/client/render/chunk/BlockBufferAllocatorStorage;allocators:Ljava/util/Map;intermediary field_3951Lnet/minecraft/class_750;field_3951:Ljava/util/Map;official cLgfk;c:Ljava/util/Map;
 
 - 
 - 
Constructor Details
- 
BlockBufferAllocatorStorage
public BlockBufferAllocatorStorage() 
 - 
 - 
Method Details
- 
get
- Mappings:
 Namespace Name Mixin selector named getLnet/minecraft/client/render/chunk/BlockBufferAllocatorStorage;get(Lnet/minecraft/client/render/RenderLayer;)Lnet/minecraft/client/util/BufferAllocator;intermediary method_3154Lnet/minecraft/class_750;method_3154(Lnet/minecraft/class_1921;)Lnet/minecraft/class_9799;official aLgfk;a(Lgfh;)Lfbf;
 - 
clear
public void clear()- Mappings:
 Namespace Name Mixin selector named clearLnet/minecraft/client/render/chunk/BlockBufferAllocatorStorage;clear()Vintermediary method_22705Lnet/minecraft/class_750;method_22705()Vofficial aLgfk;a()V
 - 
reset
public void reset()- Mappings:
 Namespace Name Mixin selector named resetLnet/minecraft/client/render/chunk/BlockBufferAllocatorStorage;reset()Vintermediary method_23501Lnet/minecraft/class_750;method_23501()Vofficial bLgfk;b()V
 - 
close
public void close()- Specified by:
 closein interfaceAutoCloseable
 
 -