-
Method Summary
Start receiving in a certain frequency.
Start receiving in a certain frequency.
default void
default void
Stop listening in a certain frequency
Methods inherited from interface com.codinglitch.simpleradio.api.central.Frequencing
appendTooltip, calculateAntennaPower, getAntennaBase, getAntennaPower, getDefaultFrequency, getDefaultModulation, getFrequency, getFrequency, markDirty, setFrequency, setFrequency, setFrequency, tick, validateLocation, validateLocation
-
Method Details
-
startReceiving
Start receiving in a certain frequency.
- Parameters:
location - the location to receive at
frequencyName - the frequency to listen to
modulation - the modulation type of the frequency
id - the UUID that will listen
- Returns:
- The channel created from the listener.
-
-
-
startReceiving
Start receiving in a certain frequency.
- Parameters:
entity - the Entity to receive at
frequencyName - the frequency to listen to
modulation - the modulation type of the frequency
id - the UUID that will listen
- Returns:
- The channel created from the listener.
-
-
-
stopReceiving
Stop listening in a certain frequency
- Parameters:
frequencyName - the frequency to stop listening to
modulation - the modulation type of the frequency
owner - the UUID to remove
-
stopReceiving
default void stopReceiving()
Stop receiving. Infers information from itself.