Class Sound1_12_2

java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.api.wrappers.AbstractWrapped<net.minecraft.client.audio.ISound>
mods.thecomputerizer.theimpossiblelibrary.api.client.sound.SoundAPI<net.minecraft.client.audio.ISound>
mods.thecomputerizer.theimpossiblelibrary.legacy.v12.m2.client.sound.Sound1_12_2
All Implemented Interfaces:
mods.thecomputerizer.theimpossiblelibrary.api.wrappers.Wrapped<net.minecraft.client.audio.ISound>

public class Sound1_12_2 extends mods.thecomputerizer.theimpossiblelibrary.api.client.sound.SoundAPI<net.minecraft.client.audio.ISound>
  • Field Summary

    Fields inherited from class mods.thecomputerizer.theimpossiblelibrary.api.wrappers.AbstractWrapped

    wrapped
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    play(float volume)
     

    Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.api.wrappers.AbstractWrapped

    equals, getWrapped, getWrappedClass, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface mods.thecomputerizer.theimpossiblelibrary.api.wrappers.Wrapped

    unwrap
  • Constructor Details

    • Sound1_12_2

      public Sound1_12_2(Object sound)
  • Method Details

    • getOggLocation

      public ResourceLocation1_12_2 getOggLocation()
      Specified by:
      getOggLocation in class mods.thecomputerizer.theimpossiblelibrary.api.client.sound.SoundAPI<net.minecraft.client.audio.ISound>
    • play

      public void play(float volume)
      Specified by:
      play in class mods.thecomputerizer.theimpossiblelibrary.api.client.sound.SoundAPI<net.minecraft.client.audio.ISound>