Package net.minecraft.client.util
Interface ObjectAllocator
- All Known Implementing Classes:
Pool
- Mappings:
Namespace Name named net/minecraft/client/util/ObjectAllocatorintermediary net/minecraft/class_9922official ffe
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescription<T> Tacquire(ClosableFactory<T> factory) <T> voidrelease(ClosableFactory<T> factory, T value)
-
Field Details
-
TRIVIAL
- Mappings:
Namespace Name Mixin selector named TRIVIALLnet/minecraft/client/util/ObjectAllocator;TRIVIAL:Lnet/minecraft/client/util/ObjectAllocator;intermediary field_52741Lnet/minecraft/class_9922;field_52741:Lnet/minecraft/class_9922;official aLffe;a:Lffe;
-
-
Method Details
-
acquire
- Mappings:
Namespace Name Mixin selector named acquireLnet/minecraft/client/util/ObjectAllocator;acquire(Lnet/minecraft/client/util/ClosableFactory;)Ljava/lang/Object;intermediary method_61948Lnet/minecraft/class_9922;method_61948(Lnet/minecraft/class_9924;)Ljava/lang/Object;official aLffe;a(Lffg;)Ljava/lang/Object;
-
release
- Mappings:
Namespace Name Mixin selector named releaseLnet/minecraft/client/util/ObjectAllocator;release(Lnet/minecraft/client/util/ClosableFactory;Ljava/lang/Object;)Vintermediary method_61949Lnet/minecraft/class_9922;method_61949(Lnet/minecraft/class_9924;Ljava/lang/Object;)Vofficial aLffe;a(Lffg;Ljava/lang/Object;)V
-