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 hgn
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Map<BlockRenderLayer, BufferAllocator> static final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()voidclose()get(BlockRenderLayer layer) voidreset()
-
Field Details
-
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 aLhgn;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 bLhgn;b: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/BlockRenderLayer;)Lnet/minecraft/client/util/BufferAllocator;intermediary method_3154Lnet/minecraft/class_750;method_3154(Lnet/minecraft/class_11515;)Lnet/minecraft/class_9799;official aLhgn;a(Lhkr;)Lftw;
-
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 aLhgn;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 bLhgn;b()V
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-