-
Nested Class Summary
Nested Classes
-
Method Summary
default void
Start listening in the world.
Start listening in the world.
default void
Stop listening in the world.
default void
Stop listening in the world.
static boolean
static boolean
static boolean
static boolean
Methods inherited from interface com.codinglitch.simpleradio.core.central.Frequencing
appendTooltip, getDefaultFrequency, getDefaultModulation, getFrequency, getFrequency, setFrequency, setFrequency, setFrequency, tick, validate, validate
-
Method Details
-
-
validateTransmitter
static boolean validateTransmitter(UUID uuid,
@Nullable
@Nullable Frequency frequency)
-
validateTransmitter
static boolean validateTransmitter(de.maxhenkel.voicechat.api.VoicechatConnection connection,
@Nullable
@Nullable Frequency frequency)
-
validateTransmitter
static boolean validateTransmitter(net.minecraft.server.level.ServerPlayer player,
@Nullable
@Nullable Frequency frequency)
-
startListening
default RadioListener startListening(net.minecraft.world.entity.Entity owner)
Start listening in the world.
- Parameters:
owner - the Entity that will listen
- Returns:
- The listener created.
-
startListening
Start listening in the world.
- Parameters:
location - the location to listen to
- Returns:
- The listener created.
-
stopListening
default void stopListening(net.minecraft.world.entity.Entity owner)
Stop listening in the world.
- Parameters:
owner - the Entity that will stop listening
-
stopListening
Stop listening in the world.
- Parameters:
location - the location of the listener to remove
-