Package net.minecraft.client.sound
Interface SoundEngine.SourceSet
- All Known Implementing Classes:
SoundEngine.SourceSetImpl
- Enclosing class:
- SoundEngine
@Environment(CLIENT) static interface SoundEngine.SourceSet
- Mappings:
Namespace Name official dka$a
intermediary net/minecraft/class_4225$class_4276
named net/minecraft/client/sound/SoundEngine$SourceSet
-
Method Summary
Modifier and Type Method Description void
close()
Source
createSource()
int
getMaxSourceCount()
int
getSourceCount()
boolean
release(Source source)
-
Method Details
-
createSource
- Mappings:
Namespace Name Mixin selector official a
Ldka$a;a()Ldjz;
intermediary method_19666
Lnet/minecraft/class_4225$class_4276;method_19666()Lnet/minecraft/class_4224;
named createSource
Lnet/minecraft/client/sound/SoundEngine$SourceSet;createSource()Lnet/minecraft/client/sound/Source;
-
release
- Mappings:
Namespace Name Mixin selector official a
Ldka$a;a(Ldjz;)Z
intermediary method_19667
Lnet/minecraft/class_4225$class_4276;method_19667(Lnet/minecraft/class_4224;)Z
named release
Lnet/minecraft/client/sound/SoundEngine$SourceSet;release(Lnet/minecraft/client/sound/Source;)Z
-
close
void close()- Mappings:
Namespace Name Mixin selector official b
Ldka$a;b()V
intermediary method_19668
Lnet/minecraft/class_4225$class_4276;method_19668()V
named close
Lnet/minecraft/client/sound/SoundEngine$SourceSet;close()V
-
getMaxSourceCount
int getMaxSourceCount()- Mappings:
Namespace Name Mixin selector official c
Ldka$a;c()I
intermediary method_20298
Lnet/minecraft/class_4225$class_4276;method_20298()I
named getMaxSourceCount
Lnet/minecraft/client/sound/SoundEngine$SourceSet;getMaxSourceCount()I
-
getSourceCount
int getSourceCount()- Mappings:
Namespace Name Mixin selector official d
Ldka$a;d()I
intermediary method_20299
Lnet/minecraft/class_4225$class_4276;method_20299()I
named getSourceCount
Lnet/minecraft/client/sound/SoundEngine$SourceSet;getSourceCount()I
-