Interface ModelNametag


public interface ModelNametag
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    alwaysVisible(boolean alwaysVisible)
     
    void
    component(@Nullable net.kyori.adventure.text.Component component)
     
    void
    remove(@NotNull PacketBundler bundler)
     
    void
    send(@NotNull org.bukkit.entity.Player player)
     
    void
    teleport(@NotNull org.bukkit.Location location)
     
  • Method Details

    • alwaysVisible

      void alwaysVisible(boolean alwaysVisible)
    • component

      void component(@Nullable @Nullable net.kyori.adventure.text.Component component)
    • teleport

      void teleport(@NotNull @NotNull org.bukkit.Location location)
    • send

      void send(@NotNull @NotNull org.bukkit.entity.Player player)
    • remove

      void remove(@NotNull @NotNull PacketBundler bundler)