Package net.minecraft.client.util
Interface ObjectAllocator
- All Known Implementing Classes:
Pool
- Mappings:
Namespace Name named net/minecraft/client/util/ObjectAllocator
intermediary net/minecraft/class_9922
official ffe
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescription<T> T
acquire
(ClosableFactory<T> factory) <T> void
release
(ClosableFactory<T> factory, T value)
-
Field Details
-
Method Details
-
acquire
- Mappings:
Namespace Name Mixin selector named acquire
Lnet/minecraft/client/util/ObjectAllocator;acquire(Lnet/minecraft/client/util/ClosableFactory;)Ljava/lang/Object;
intermediary method_61948
Lnet/minecraft/class_9922;method_61948(Lnet/minecraft/class_9924;)Ljava/lang/Object;
official a
Lffe;a(Lffg;)Ljava/lang/Object;
-
release
- Mappings:
Namespace Name Mixin selector named release
Lnet/minecraft/client/util/ObjectAllocator;release(Lnet/minecraft/client/util/ClosableFactory;Ljava/lang/Object;)V
intermediary method_61949
Lnet/minecraft/class_9922;method_61949(Lnet/minecraft/class_9924;Ljava/lang/Object;)V
official a
Lffe;a(Lffg;Ljava/lang/Object;)V
-