Uses of Enum Class
com.mojang.blaze3d.audio.Library.Pool
Packages that use Library.Pool
-
Uses of Library.Pool in com.mojang.blaze3d.audio
Subclasses with type arguments of type Library.Pool in com.mojang.blaze3d.audioMethods in com.mojang.blaze3d.audio that return Library.PoolModifier and TypeMethodDescriptionstatic Library.PoolReturns the enum constant of this class with the specified name.static Library.Pool[]Library.Pool.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mojang.blaze3d.audio with parameters of type Library.PoolModifier and TypeMethodDescription@Nullable ChannelLibrary.acquireChannel(Library.Pool pool) Acquires a sound channel based on the given mode. -
Uses of Library.Pool in net.minecraft.client.sounds
Methods in net.minecraft.client.sounds with parameters of type Library.PoolModifier and TypeMethodDescriptionChannelAccess.createHandle(Library.Pool pool) Creates a new channel handle for the specified system mode and returns a CompletableFuture that completes with the handle when it is created.