Schnittstelle SoundPlayingCallback.ISoundCreatedCallback

Umschließende Klasse:
SoundPlayingCallback
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

@FunctionalInterface public static interface SoundPlayingCallback.ISoundCreatedCallback
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    run(net.minecraft.world.entity.player.Player player, long soundId, SoundPlayingCallback.ESoundPlaybackStatus status)
    Called when the client received a sound data packet.
  • Methodendetails

    • run

      void run(net.minecraft.world.entity.player.Player player, long soundId, SoundPlayingCallback.ESoundPlaybackStatus status)
      Called when the client received a sound data packet.
      Parameter:
      player - The player.
      soundId - The id of the custom sound.
      status - true if the client has started playing the sound, false when the client has only received the first data packet.