Interface SoundEngine.SourceSet

All Known Implementing Classes:
SoundEngine.SourceSetImpl
Enclosing class:
SoundEngine

@Environment(CLIENT) private static interface SoundEngine.SourceSet
Mappings:
Namespace Name
official eca$a
intermediary net/minecraft/class_4225$class_4276
named net/minecraft/client/sound/SoundEngine$SourceSet
  • Method Details

    • createSource

      @Nullable @Nullable Source createSource()
      Mappings:
      Namespace Name Mixin selector
      official a Leca$a;a()Lebz;
      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

      boolean release(Source source)
      Mappings:
      Namespace Name Mixin selector
      official a Leca$a;a(Lebz;)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 Leca$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 Leca$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 Leca$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