Klasse AudioFormats

java.lang.Object
de.luckymcdev.foundryengine.client.sound.AudioFormats

public class AudioFormats extends Object
  • Verschachtelte Klassen - Übersicht

    Verschachtelte Klassen
    Modifikator und Typ
    Klasse
    Beschreibung
    static enum 
     
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifikator und Typ
    Methode
    Beschreibung
    static net.minecraft.client.sounds.AudioStream
    open(InputStream input, boolean looping)
     
    static net.minecraft.client.sounds.FiniteAudioStream
     
    static Optional<net.minecraft.resources.Identifier>
    resolve(net.minecraft.server.packs.resources.ResourceProvider provider, net.minecraft.resources.Identifier oggPath)
     

    Von Klasse geerbte Methoden Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Konstruktordetails

    • AudioFormats

      public AudioFormats()
  • Methodendetails

    • openFinite

      public static net.minecraft.client.sounds.FiniteAudioStream openFinite(InputStream input) throws IOException
      Löst aus:
      IOException
    • open

      public static net.minecraft.client.sounds.AudioStream open(InputStream input, boolean looping) throws IOException
      Löst aus:
      IOException
    • resolve

      public static Optional<net.minecraft.resources.Identifier> resolve(net.minecraft.server.packs.resources.ResourceProvider provider, net.minecraft.resources.Identifier oggPath)