Uses of Interface
com.mojang.renderpearl.backend.util.TransientBlockAllocator.Allocator
Packages that use TransientBlockAllocator.Allocator
-
Uses of TransientBlockAllocator.Allocator in com.mojang.renderpearl.backend.util
Fields in com.mojang.renderpearl.backend.util declared as TransientBlockAllocator.AllocatorModifier and TypeFieldDescriptionprivate final TransientBlockAllocator.Allocator<T> TransientBlockAllocator.allocatorMethods in com.mojang.renderpearl.backend.util that return TransientBlockAllocator.AllocatorModifier and TypeMethodDescriptionstatic <T extends TransientBlockAllocator.Allocator.Block>
TransientBlockAllocator.Allocator<T> TransientBlockAllocator.Allocator.create(LongFunction<T> alloc, Consumer<T> free) TransientBlockAllocator.Allocator.CpuBlock.memalloc()Constructors in com.mojang.renderpearl.backend.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)