-
Method Summary
Start receiving in a certain frequency.
Start receiving in a certain frequency.
default void
Stop listening in a certain frequency.
Methods inherited from interface com.codinglitch.simpleradio.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.
-
startReceiving
default Receiver startReceiving(net.minecraft.world.entity.Entity entity,
Frequency frequency)
-
-
stopReceiving
Stop listening in a certain frequency.
This will remove the receiver from both global and specific router maps.
- Parameters:
frequencyName - the frequency to stop listening to
modulation - the modulation type of the frequency
reference - the UUID to remove