Interface BundledNMS<Source>

All Superinterfaces:
dev.jorel.commandapi.nms.NMS<Source>, PaperNMS<Source>

public interface BundledNMS<Source> extends dev.jorel.commandapi.nms.NMS<Source>, PaperNMS<Source>
  • Method Summary

    Modifier and Type
    Method
    Description
    net.kyori.adventure.chat.SignedMessage
    getChat(com.mojang.brigadier.context.CommandContext<Source> cmdCtx, String key)
     
    net.kyori.adventure.text.format.NamedTextColor
    getChatColor(com.mojang.brigadier.context.CommandContext<Source> cmdCtx, String key)
     
    net.kyori.adventure.text.Component
    getChatComponent(com.mojang.brigadier.context.CommandContext<Source> cmdCtx, String key)
     
    List<com.destroystokyo.paper.profile.PlayerProfile>
    getProfile(com.mojang.brigadier.context.CommandContext<Source> cmdCtx, String key)
     

    Methods inherited from interface dev.jorel.commandapi.nms.NMS

    _ArgumentAdvancement, _ArgumentAngle, _ArgumentAxis, _ArgumentBlockPredicate, _ArgumentBlockState, _ArgumentChat, _ArgumentChatComponent, _ArgumentChatFormat, _ArgumentDimension, _ArgumentEnchantment, _ArgumentEntity, _ArgumentEntitySummon, _ArgumentFloatRange, _ArgumentIntRange, _ArgumentItemPredicate, _ArgumentItemStack, _ArgumentMathOperation, _ArgumentMinecraftKeyRegistered, _ArgumentMobEffect, _ArgumentNBTCompound, _ArgumentParticle, _ArgumentPosition, _ArgumentPosition2D, _ArgumentProfile, _ArgumentRecipe, _ArgumentRotation, _ArgumentScoreboardCriteria, _ArgumentScoreboardObjective, _ArgumentScoreboardSlot, _ArgumentScoreboardTeam, _ArgumentScoreholder, _ArgumentSyntheticBiome, _ArgumentTag, _ArgumentTime, _ArgumentUUID, _ArgumentVec2, _ArgumentVec3, compatibleVersions, convert, convert, convert, convert, createDispatcherFile, createNativeProxyCommandSender, generateHelpTopic, generateMessageFromJson, getAdvancement, getAngle, getAxis, getBiome, getBlockPredicate, getBlockState, getBrigadierSourceFromCommandSender, getCommandSenderFromCommandSource, getDimension, getDoubleRange, getEnchantment, getEntitySelector, getEntityType, getFunction, getFunction, getFunctions, getHelpMap, getIntRange, getItemStack, getItemStackPredicate, getLocation2DBlock, getLocation2DPrecise, getLocationBlock, getLocationPrecise, getLootTable, getMathOperation, getMinecraftKey, getMinecraftServer, getNBTCompound, getObjective, getObjectiveCriteria, getParticle, getPotionEffect, getRecipe, getRotation, getScoreboardSlot, getScoreHolderMultiple, getScoreHolderSingle, getSenderForCommand, getSimpleCommandMap, getSound, getSuggestionProvider, getTag, getTags, getTeam, getTime, getUUID, getWorldForCSS, reloadDataPacks

    Methods inherited from interface PaperNMS

    bukkitNMS, createCommandRegistrationStrategy
  • 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