Interface EntityAudioChannel

All Superinterfaces:
AudioChannel

public interface EntityAudioChannel extends AudioChannel
  • Method Details

    • setWhispering

      void setWhispering(boolean whispering)
      Parameters:
      whispering - if the entity should whisper
    • isWhispering

      boolean isWhispering()
      Returns:
      if the entity is whispering
    • updateEntity

      void updateEntity(Entity entity)
      Sets a new entity where this channel is attached to.
      Parameters:
      entity - the entity to attach the channel to
    • getEntity

      Entity getEntity()
      Returns:
      the entity where the channel is attached to