Interface BundledNMS<Source>

All Superinterfaces:
NMS<Source>, PaperNMS<Source>

public interface BundledNMS<Source> extends NMS<Source>, PaperNMS<Source>
  • Method Details

    • getChat

      net.kyori.adventure.chat.SignedMessage getChat(com.mojang.brigadier.context.CommandContext<Source> cmdCtx, String key) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • getChatColor

      net.kyori.adventure.text.format.NamedTextColor getChatColor(com.mojang.brigadier.context.CommandContext<Source> cmdCtx, String key)
    • getChatComponent

      net.kyori.adventure.text.Component getChatComponent(com.mojang.brigadier.context.CommandContext<Source> cmdCtx, String key) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • getProfile

      List<com.destroystokyo.paper.profile.PlayerProfile> getProfile(com.mojang.brigadier.context.CommandContext<Source> cmdCtx, String key) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException