-
Method Summary
Start speaking in the world.
Start speaking in the world.
default void
Stop speaking in the world.
default void
Stop speaking in the world.
default void
Stop speaking in the world.
-
Method Details
-
startSpeaking
default RadioSpeaker startSpeaking(net.minecraft.world.entity.Entity owner,
@Nullable
@Nullable UUID id)
Start speaking in the world.
- Parameters:
owner - the Entity that will speak
id - the UUID of the speaker
- Returns:
- The speaker created.
-
startSpeaking
Start speaking in the world.
- Parameters:
location - the location to speak at
id - the UUID of the speaker
- Returns:
- The speaker created.
-
-
stopSpeaking
default void stopSpeaking(UUID owner,
boolean isClient)
Stop speaking in the world.
- Parameters:
owner - the Entity that will stop speaking
isClient - if to remove in client
-
stopSpeaking
Stop speaking in the world.
- Parameters:
location - the location of the speaker to remove
-
stopSpeaking
default void stopSpeaking()
Stop speaking in the world. Infers information from itself.