Uses of Enum Class
com.mojang.blaze3d.audio.Library.Pool
Packages that use Library.Pool
-
Uses of Library.Pool in com.mojang.blaze3d.audio
Methods in com.mojang.blaze3d.audio that return Library.PoolModifier and TypeMethodDescriptionstatic Library.Pool
Returns 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 TypeMethodDescriptionLibrary.acquireChannel
(Library.Pool pPool) 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 pSystemMode) Creates a new channel handle for the specified system mode and returns a CompletableFuture that completes with the handle when it is created.