Interface GaiaUser

All Superinterfaces:
net.kyori.adventure.audience.Audience, net.kyori.adventure.audience.ForwardingAudience, net.kyori.adventure.audience.ForwardingAudience.Single, Locatable, net.kyori.adventure.pointer.Pointered

public interface GaiaUser extends net.kyori.adventure.audience.ForwardingAudience.Single, Locatable
  • Nested Class Summary

    Nested classes/interfaces inherited from interface net.kyori.adventure.audience.ForwardingAudience

    net.kyori.adventure.audience.ForwardingAudience.Single
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
     
    default Optional<net.kyori.adventure.key.Key>
     
     
    default void
    teleport(net.kyori.adventure.key.Key worldKey, Point point)
     

    Methods inherited from interface net.kyori.adventure.audience.Audience

    deleteMessage, openBook, removeResourcePacks, removeResourcePacks, removeResourcePacks, sendActionBar, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendPlayerListFooter, sendPlayerListHeader, sendPlayerListHeaderAndFooter, sendResourcePacks, sendResourcePacks, showTitle, stopSound

    Methods inherited from interface net.kyori.adventure.audience.ForwardingAudience.Single

    audience, audiences, clearResourcePacks, clearTitle, closeDialog, deleteMessage, filterAudience, forEachAudience, get, getOrDefault, getOrDefaultFrom, hideBossBar, openBook, playSound, playSound, playSound, pointers, removeResourcePacks, removeResourcePacks, resetTitle, sendActionBar, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendPlayerListFooter, sendPlayerListHeader, sendPlayerListHeaderAndFooter, sendResourcePacks, sendTitlePart, showBossBar, showDialog, stopSound

    Methods inherited from interface me.moros.gaia.api.platform.Locatable

    createPoint, pitch, position, yaw
  • Method Details

    • parent

      Gaia parent()
    • isPlayer

      default boolean isPlayer()
    • teleport

      default void teleport(net.kyori.adventure.key.Key worldKey, Point point)
    • level

      default Optional<net.kyori.adventure.key.Key> level()
      Specified by:
      level in interface Locatable