Class RadioListener

java.lang.Object
com.codinglitch.simpleradio.radio.RadioRouter
com.codinglitch.simpleradio.radio.RadioListener
All Implemented Interfaces:
Socket, Listener, Router

public class RadioListener extends RadioRouter implements Listener
A type of RadioRouter that accepts RadioSources.
Often serves as the beginning of the audio pipeline.
Does route further.
  • Field Details

    • range

      public float range
    • compiledData

      public byte[] compiledData
  • Constructor Details

    • RadioListener

      protected RadioListener(UUID reference)
    • RadioListener

      protected RadioListener()
    • RadioListener

      public RadioListener(net.minecraft.world.entity.Entity owner)
    • RadioListener

      public RadioListener(net.minecraft.world.entity.Entity owner, UUID uuid)
    • RadioListener

      public RadioListener(WorldlyPosition location)
    • RadioListener

      public RadioListener(WorldlyPosition location, UUID uuid)
  • Method Details