Class RadioChannel
java.lang.Object
com.codinglitch.simpleradio.radio.RadioChannel
- All Implemented Interfaces:
Supplier<short[]>
-
Field Summary
FieldsModifier and TypeFieldDescriptionde.maxhenkel.voicechat.api.audiochannel.AudioPlayer -
Constructor Summary
ConstructorsConstructorDescriptionRadioChannel(UUID owner) RadioChannel(net.minecraft.world.entity.player.Player owner) -
Method Summary
Modifier and TypeMethodDescriptionshort[]short[]get()voidtransmit(RadioSource source, Frequency frequency)
-
Field Details
-
owner
-
location
-
audioPlayer
public de.maxhenkel.voicechat.api.audiochannel.AudioPlayer audioPlayer
-
-
Constructor Details
-
RadioChannel
public RadioChannel(net.minecraft.world.entity.player.Player owner) -
RadioChannel
-
-
Method Details