Uses of Interface
com.mojang.blaze3d.util.TransientBlockAllocator.Allocator
Packages that use TransientBlockAllocator.Allocator
-
Uses of TransientBlockAllocator.Allocator in com.mojang.blaze3d.util
Fields in com.mojang.blaze3d.util declared as TransientBlockAllocator.AllocatorModifier and TypeFieldDescriptionprivate final TransientBlockAllocator.Allocator<T> TransientBlockAllocator.allocatorMethods in com.mojang.blaze3d.util that return TransientBlockAllocator.AllocatorModifier and TypeMethodDescriptionstatic <T> TransientBlockAllocator.Allocator<T> TransientBlockAllocator.Allocator.create(LongFunction<T> alloc, Consumer<T> free) Constructors in com.mojang.blaze3d.util with parameters of type TransientBlockAllocator.AllocatorModifierConstructorDescriptionTransientBlockAllocator(long blockSize, long maxAlignment, TransientBlockAllocator.Allocator<T> allocator) TransientBlockAllocator(long blockSize, long maxAlignment, TransientBlockAllocator.Allocator<T> allocator, Consumer<T> onBlockUse)