Class NMS_1_16_R2

java.lang.Object
dev.jorel.commandapi.CommandAPIBukkit<net.minecraft.server.v1_16_R2.CommandListenerWrapper>
dev.jorel.commandapi.nms.NMS_1_16_R2
All Implemented Interfaces:
CommandAPIPlatform<Argument<?>,org.bukkit.command.CommandSender,net.minecraft.server.v1_16_R2.CommandListenerWrapper>, NMS<net.minecraft.server.v1_16_R2.CommandListenerWrapper>

public class NMS_1_16_R2 extends CommandAPIBukkit<net.minecraft.server.v1_16_R2.CommandListenerWrapper>
NMS implementation for Minecraft 1.16.2 and 1.16.3
  • Constructor Details

    • NMS_1_16_R2

      public NMS_1_16_R2()
  • Method Details

    • _ArgumentAngle

      public com.mojang.brigadier.arguments.ArgumentType<?> _ArgumentAngle()
    • _ArgumentAxis

      public com.mojang.brigadier.arguments.ArgumentType<?> _ArgumentAxis()
    • _ArgumentBlockPredicate

      public com.mojang.brigadier.arguments.ArgumentType<?> _ArgumentBlockPredicate()
    • _ArgumentBlockState

      public com.mojang.brigadier.arguments.ArgumentType<?> _ArgumentBlockState()
    • _ArgumentChat

      public com.mojang.brigadier.arguments.ArgumentType<?> _ArgumentChat()
    • _ArgumentChatComponent

      public com.mojang.brigadier.arguments.ArgumentType<?> _ArgumentChatComponent()
    • _ArgumentChatFormat

      public com.mojang.brigadier.arguments.ArgumentType<?> _ArgumentChatFormat()
    • _ArgumentDimension

      public com.mojang.brigadier.arguments.ArgumentType<?> _ArgumentDimension()
    • _ArgumentEnchantment

      public com.mojang.brigadier.arguments.ArgumentType<?> _ArgumentEnchantment()
    • _ArgumentEntity

      public com.mojang.brigadier.arguments.ArgumentType<?> _ArgumentEntity(ArgumentSubType subType)
    • _ArgumentEntitySummon

      public com.mojang.brigadier.arguments.ArgumentType<?> _ArgumentEntitySummon()
    • _ArgumentFloatRange

      public com.mojang.brigadier.arguments.ArgumentType<?> _ArgumentFloatRange()
    • _ArgumentIntRange

      public com.mojang.brigadier.arguments.ArgumentType<?> _ArgumentIntRange()
    • _ArgumentItemPredicate

      public com.mojang.brigadier.arguments.ArgumentType<?> _ArgumentItemPredicate()
    • _ArgumentItemStack

      public com.mojang.brigadier.arguments.ArgumentType<?> _ArgumentItemStack()
    • _ArgumentMathOperation

      public com.mojang.brigadier.arguments.ArgumentType<?> _ArgumentMathOperation()
    • _ArgumentMinecraftKeyRegistered

      public com.mojang.brigadier.arguments.ArgumentType<?> _ArgumentMinecraftKeyRegistered()
    • _ArgumentMobEffect

      public com.mojang.brigadier.arguments.ArgumentType<?> _ArgumentMobEffect()
    • _ArgumentNBTCompound

      public com.mojang.brigadier.arguments.ArgumentType<?> _ArgumentNBTCompound()
    • _ArgumentParticle

      public com.mojang.brigadier.arguments.ArgumentType<?> _ArgumentParticle()
    • _ArgumentPosition

      public com.mojang.brigadier.arguments.ArgumentType<?> _ArgumentPosition()
    • _ArgumentPosition2D

      public com.mojang.brigadier.arguments.ArgumentType<?> _ArgumentPosition2D()
    • _ArgumentProfile

      public com.mojang.brigadier.arguments.ArgumentType<?> _ArgumentProfile()
    • _ArgumentRotation

      public com.mojang.brigadier.arguments.ArgumentType<?> _ArgumentRotation()
    • _ArgumentScoreboardCriteria

      public com.mojang.brigadier.arguments.ArgumentType<?> _ArgumentScoreboardCriteria()
    • _ArgumentScoreboardObjective

      public com.mojang.brigadier.arguments.ArgumentType<?> _ArgumentScoreboardObjective()
    • _ArgumentScoreboardSlot

      public com.mojang.brigadier.arguments.ArgumentType<?> _ArgumentScoreboardSlot()
    • _ArgumentScoreboardTeam

      public com.mojang.brigadier.arguments.ArgumentType<?> _ArgumentScoreboardTeam()
    • _ArgumentScoreholder

      public final com.mojang.brigadier.arguments.ArgumentType<?> _ArgumentScoreholder(ArgumentSubType subType)
    • _ArgumentSyntheticBiome

      public com.mojang.brigadier.arguments.ArgumentType<?> _ArgumentSyntheticBiome()
    • _ArgumentTag

      public com.mojang.brigadier.arguments.ArgumentType<?> _ArgumentTag()
    • _ArgumentTime

      public com.mojang.brigadier.arguments.ArgumentType<?> _ArgumentTime()
    • _ArgumentUUID

      public com.mojang.brigadier.arguments.ArgumentType<?> _ArgumentUUID()
    • _ArgumentVec2

      public com.mojang.brigadier.arguments.ArgumentType<?> _ArgumentVec2(boolean centerPosition)
    • _ArgumentVec3

      public com.mojang.brigadier.arguments.ArgumentType<?> _ArgumentVec3(boolean centerPosition)
    • getHelpMap

      public Map<String,org.bukkit.help.HelpTopic> getHelpMap()
    • compatibleVersions

      public String[] compatibleVersions()
    • convert

      public String convert(org.bukkit.inventory.ItemStack is)
    • convert

      public String convert(ParticleData<?> particle)
    • convert

      public String convert(org.bukkit.potion.PotionEffectType potion)
    • convert

      public String convert(org.bukkit.Sound sound)
    • createDispatcherFile

      public void createDispatcherFile(File file, com.mojang.brigadier.CommandDispatcher<net.minecraft.server.v1_16_R2.CommandListenerWrapper> dispatcher) throws IOException
      Specified by:
      createDispatcherFile in interface CommandAPIPlatform<Argument<?>,org.bukkit.command.CommandSender,net.minecraft.server.v1_16_R2.CommandListenerWrapper>
      Specified by:
      createDispatcherFile in class CommandAPIBukkit<net.minecraft.server.v1_16_R2.CommandListenerWrapper>
      Throws:
      IOException
    • generateHelpTopic

      public org.bukkit.help.HelpTopic generateHelpTopic(String commandName, String shortDescription, String fullDescription, String permission)
    • getAdvancement

      public org.bukkit.advancement.Advancement getAdvancement(com.mojang.brigadier.context.CommandContext<net.minecraft.server.v1_16_R2.CommandListenerWrapper> cmdCtx, String key) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • getAdventureChat

      public net.kyori.adventure.text.Component getAdventureChat(com.mojang.brigadier.context.CommandContext<net.minecraft.server.v1_16_R2.CommandListenerWrapper> cmdCtx, String key) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • getAdventureChatColor

      public net.kyori.adventure.text.format.NamedTextColor getAdventureChatColor(com.mojang.brigadier.context.CommandContext<net.minecraft.server.v1_16_R2.CommandListenerWrapper> cmdCtx, String key)
    • getAdventureChatComponent

      public net.kyori.adventure.text.Component getAdventureChatComponent(com.mojang.brigadier.context.CommandContext<net.minecraft.server.v1_16_R2.CommandListenerWrapper> cmdCtx, String key)
    • getAngle

      public float getAngle(com.mojang.brigadier.context.CommandContext<net.minecraft.server.v1_16_R2.CommandListenerWrapper> cmdCtx, String key)
    • getAxis

      public EnumSet<org.bukkit.Axis> getAxis(com.mojang.brigadier.context.CommandContext<net.minecraft.server.v1_16_R2.CommandListenerWrapper> cmdCtx, String key)
    • getBiome

      public Object getBiome(com.mojang.brigadier.context.CommandContext<net.minecraft.server.v1_16_R2.CommandListenerWrapper> cmdCtx, String key, ArgumentSubType subType) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • getBlockPredicate

      public Predicate<org.bukkit.block.Block> getBlockPredicate(com.mojang.brigadier.context.CommandContext<net.minecraft.server.v1_16_R2.CommandListenerWrapper> cmdCtx, String key) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • getBlockState

      public org.bukkit.block.data.BlockData getBlockState(com.mojang.brigadier.context.CommandContext<net.minecraft.server.v1_16_R2.CommandListenerWrapper> cmdCtx, String key)
    • getBrigadierDispatcher

      public com.mojang.brigadier.CommandDispatcher<net.minecraft.server.v1_16_R2.CommandListenerWrapper> getBrigadierDispatcher()
      Specified by:
      getBrigadierDispatcher in interface CommandAPIPlatform<Argument<?>,org.bukkit.command.CommandSender,net.minecraft.server.v1_16_R2.CommandListenerWrapper>
      Specified by:
      getBrigadierDispatcher in interface NMS<net.minecraft.server.v1_16_R2.CommandListenerWrapper>
      Specified by:
      getBrigadierDispatcher in class CommandAPIBukkit<net.minecraft.server.v1_16_R2.CommandListenerWrapper>
    • getResourcesDispatcher

      public com.mojang.brigadier.CommandDispatcher<net.minecraft.server.v1_16_R2.CommandListenerWrapper> getResourcesDispatcher()
    • getChat

      public net.md_5.bungee.api.chat.BaseComponent[] getChat(com.mojang.brigadier.context.CommandContext<net.minecraft.server.v1_16_R2.CommandListenerWrapper> cmdCtx, String key) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • getChatColor

      public org.bukkit.ChatColor getChatColor(com.mojang.brigadier.context.CommandContext<net.minecraft.server.v1_16_R2.CommandListenerWrapper> cmdCtx, String key)
    • getChatComponent

      public net.md_5.bungee.api.chat.BaseComponent[] getChatComponent(com.mojang.brigadier.context.CommandContext<net.minecraft.server.v1_16_R2.CommandListenerWrapper> cmdCtx, String key)
    • getBrigadierSourceFromCommandSender

      public net.minecraft.server.v1_16_R2.CommandListenerWrapper getBrigadierSourceFromCommandSender(AbstractCommandSender<? extends org.bukkit.command.CommandSender> senderWrapper)
      Specified by:
      getBrigadierSourceFromCommandSender in interface CommandAPIPlatform<Argument<?>,org.bukkit.command.CommandSender,net.minecraft.server.v1_16_R2.CommandListenerWrapper>
      Specified by:
      getBrigadierSourceFromCommandSender in class CommandAPIBukkit<net.minecraft.server.v1_16_R2.CommandListenerWrapper>
    • getCommandSenderFromCommandSource

      public BukkitCommandSender<? extends org.bukkit.command.CommandSender> getCommandSenderFromCommandSource(net.minecraft.server.v1_16_R2.CommandListenerWrapper clw)
      Specified by:
      getCommandSenderFromCommandSource in interface CommandAPIPlatform<Argument<?>,org.bukkit.command.CommandSender,net.minecraft.server.v1_16_R2.CommandListenerWrapper>
      Specified by:
      getCommandSenderFromCommandSource in class CommandAPIBukkit<net.minecraft.server.v1_16_R2.CommandListenerWrapper>
    • getDimension

      public org.bukkit.World getDimension(com.mojang.brigadier.context.CommandContext<net.minecraft.server.v1_16_R2.CommandListenerWrapper> cmdCtx, String key) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • getEnchantment

      public org.bukkit.enchantments.Enchantment getEnchantment(com.mojang.brigadier.context.CommandContext<net.minecraft.server.v1_16_R2.CommandListenerWrapper> cmdCtx, String key)
    • getEntitySelector

      public Object getEntitySelector(com.mojang.brigadier.context.CommandContext<net.minecraft.server.v1_16_R2.CommandListenerWrapper> cmdCtx, String str, ArgumentSubType subType) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • getEntityType

      public org.bukkit.entity.EntityType getEntityType(com.mojang.brigadier.context.CommandContext<net.minecraft.server.v1_16_R2.CommandListenerWrapper> cmdCtx, String key) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • getFloatRange

      public FloatRange getFloatRange(com.mojang.brigadier.context.CommandContext<net.minecraft.server.v1_16_R2.CommandListenerWrapper> cmdCtx, String key)
    • getFunction

      public FunctionWrapper[] getFunction(com.mojang.brigadier.context.CommandContext<net.minecraft.server.v1_16_R2.CommandListenerWrapper> cmdCtx, String key) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • getFunction

      public SimpleFunctionWrapper getFunction(org.bukkit.NamespacedKey key)
    • getFunctions

      public Set<org.bukkit.NamespacedKey> getFunctions()
    • getIntRange

      public IntegerRange getIntRange(com.mojang.brigadier.context.CommandContext<net.minecraft.server.v1_16_R2.CommandListenerWrapper> cmdCtx, String key)
    • getItemStack

      public org.bukkit.inventory.ItemStack getItemStack(com.mojang.brigadier.context.CommandContext<net.minecraft.server.v1_16_R2.CommandListenerWrapper> cmdCtx, String key) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • getItemStackPredicate

      public Predicate<org.bukkit.inventory.ItemStack> getItemStackPredicate(com.mojang.brigadier.context.CommandContext<net.minecraft.server.v1_16_R2.CommandListenerWrapper> cmdCtx, String key) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • getLocation2DBlock

      public Location2D getLocation2DBlock(com.mojang.brigadier.context.CommandContext<net.minecraft.server.v1_16_R2.CommandListenerWrapper> cmdCtx, String key) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • getLocation2DPrecise

      public Location2D getLocation2DPrecise(com.mojang.brigadier.context.CommandContext<net.minecraft.server.v1_16_R2.CommandListenerWrapper> cmdCtx, String key) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • getLocationBlock

      public org.bukkit.Location getLocationBlock(com.mojang.brigadier.context.CommandContext<net.minecraft.server.v1_16_R2.CommandListenerWrapper> cmdCtx, String key) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • getLocationPrecise

      public org.bukkit.Location getLocationPrecise(com.mojang.brigadier.context.CommandContext<net.minecraft.server.v1_16_R2.CommandListenerWrapper> cmdCtx, String key) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • getLootTable

      public org.bukkit.loot.LootTable getLootTable(com.mojang.brigadier.context.CommandContext<net.minecraft.server.v1_16_R2.CommandListenerWrapper> cmdCtx, String key)
    • getMathOperation

      public MathOperation getMathOperation(com.mojang.brigadier.context.CommandContext<net.minecraft.server.v1_16_R2.CommandListenerWrapper> cmdCtx, String key) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • getMinecraftKey

      public org.bukkit.NamespacedKey getMinecraftKey(com.mojang.brigadier.context.CommandContext<net.minecraft.server.v1_16_R2.CommandListenerWrapper> cmdCtx, String key)
    • getNBTCompound

      public <NBTContainer> Object getNBTCompound(com.mojang.brigadier.context.CommandContext<net.minecraft.server.v1_16_R2.CommandListenerWrapper> cmdCtx, String key, Function<Object,NBTContainer> nbtContainerConstructor)
    • getObjective

      public org.bukkit.scoreboard.Objective getObjective(com.mojang.brigadier.context.CommandContext<net.minecraft.server.v1_16_R2.CommandListenerWrapper> cmdCtx, String key) throws IllegalArgumentException, com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      IllegalArgumentException
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • getObjectiveCriteria

      public String getObjectiveCriteria(com.mojang.brigadier.context.CommandContext<net.minecraft.server.v1_16_R2.CommandListenerWrapper> cmdCtx, String key)
    • getOfflinePlayer

      public org.bukkit.OfflinePlayer getOfflinePlayer(com.mojang.brigadier.context.CommandContext<net.minecraft.server.v1_16_R2.CommandListenerWrapper> cmdCtx, String key) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • getParticle

      public ParticleData<?> getParticle(com.mojang.brigadier.context.CommandContext<net.minecraft.server.v1_16_R2.CommandListenerWrapper> cmdCtx, String key)
    • getPlayer

      public org.bukkit.entity.Player getPlayer(com.mojang.brigadier.context.CommandContext<net.minecraft.server.v1_16_R2.CommandListenerWrapper> cmdCtx, String key) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • getPotionEffect

      public org.bukkit.potion.PotionEffectType getPotionEffect(com.mojang.brigadier.context.CommandContext<net.minecraft.server.v1_16_R2.CommandListenerWrapper> cmdCtx, String key) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • getRecipe

      public org.bukkit.inventory.ComplexRecipe getRecipe(com.mojang.brigadier.context.CommandContext<net.minecraft.server.v1_16_R2.CommandListenerWrapper> cmdCtx, String key) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • getRotation

      public Rotation getRotation(com.mojang.brigadier.context.CommandContext<net.minecraft.server.v1_16_R2.CommandListenerWrapper> cmdCtx, String key)
    • getScoreboardSlot

      public ScoreboardSlot getScoreboardSlot(com.mojang.brigadier.context.CommandContext<net.minecraft.server.v1_16_R2.CommandListenerWrapper> cmdCtx, String key)
    • getScoreHolderMultiple

      public Collection<String> getScoreHolderMultiple(com.mojang.brigadier.context.CommandContext<net.minecraft.server.v1_16_R2.CommandListenerWrapper> cmdCtx, String key) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • getScoreHolderSingle

      public String getScoreHolderSingle(com.mojang.brigadier.context.CommandContext<net.minecraft.server.v1_16_R2.CommandListenerWrapper> cmdCtx, String key) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • getSenderForCommand

      public BukkitCommandSender<? extends org.bukkit.command.CommandSender> getSenderForCommand(com.mojang.brigadier.context.CommandContext<net.minecraft.server.v1_16_R2.CommandListenerWrapper> cmdCtx, boolean isNative)
      Specified by:
      getSenderForCommand in interface CommandAPIPlatform<Argument<?>,org.bukkit.command.CommandSender,net.minecraft.server.v1_16_R2.CommandListenerWrapper>
      Specified by:
      getSenderForCommand in class CommandAPIBukkit<net.minecraft.server.v1_16_R2.CommandListenerWrapper>
    • getSimpleCommandMap

      public org.bukkit.command.SimpleCommandMap getSimpleCommandMap()
    • getSound

      public final Object getSound(com.mojang.brigadier.context.CommandContext<net.minecraft.server.v1_16_R2.CommandListenerWrapper> cmdCtx, String key, ArgumentSubType subType)
    • getSuggestionProvider

      public com.mojang.brigadier.suggestion.SuggestionProvider<net.minecraft.server.v1_16_R2.CommandListenerWrapper> getSuggestionProvider(SuggestionProviders provider)
      Specified by:
      getSuggestionProvider in interface CommandAPIPlatform<Argument<?>,org.bukkit.command.CommandSender,net.minecraft.server.v1_16_R2.CommandListenerWrapper>
      Specified by:
      getSuggestionProvider in interface NMS<net.minecraft.server.v1_16_R2.CommandListenerWrapper>
      Specified by:
      getSuggestionProvider in class CommandAPIBukkit<net.minecraft.server.v1_16_R2.CommandListenerWrapper>
    • getTag

      public SimpleFunctionWrapper[] getTag(org.bukkit.NamespacedKey key)
    • getTags

      public Set<org.bukkit.NamespacedKey> getTags()
    • getTeam

      public org.bukkit.scoreboard.Team getTeam(com.mojang.brigadier.context.CommandContext<net.minecraft.server.v1_16_R2.CommandListenerWrapper> cmdCtx, String key) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • getTime

      public int getTime(com.mojang.brigadier.context.CommandContext<net.minecraft.server.v1_16_R2.CommandListenerWrapper> cmdCtx, String key)
    • getUUID

      public UUID getUUID(com.mojang.brigadier.context.CommandContext<net.minecraft.server.v1_16_R2.CommandListenerWrapper> cmdCtx, String key)
    • getWorldForCSS

      public org.bukkit.World getWorldForCSS(net.minecraft.server.v1_16_R2.CommandListenerWrapper clw)
    • isVanillaCommandWrapper

      public boolean isVanillaCommandWrapper(org.bukkit.command.Command command)
    • wrapToVanillaCommandWrapper

      public org.bukkit.command.Command wrapToVanillaCommandWrapper(com.mojang.brigadier.tree.LiteralCommandNode<net.minecraft.server.v1_16_R2.CommandListenerWrapper> node)
    • isBukkitCommandWrapper

      public boolean isBukkitCommandWrapper(com.mojang.brigadier.tree.CommandNode<net.minecraft.server.v1_16_R2.CommandListenerWrapper> node)
    • reloadDataPacks

      public void reloadDataPacks()
      Specified by:
      reloadDataPacks in interface CommandAPIPlatform<Argument<?>,org.bukkit.command.CommandSender,net.minecraft.server.v1_16_R2.CommandListenerWrapper>
      Specified by:
      reloadDataPacks in interface NMS<net.minecraft.server.v1_16_R2.CommandListenerWrapper>
      Specified by:
      reloadDataPacks in class CommandAPIBukkit<net.minecraft.server.v1_16_R2.CommandListenerWrapper>
    • generateMessageFromJson

      public com.mojang.brigadier.Message generateMessageFromJson(String json)
    • getMinecraftServer

      public <T> T getMinecraftServer()
      Specified by:
      getMinecraftServer in class CommandAPIBukkit<net.minecraft.server.v1_16_R2.CommandListenerWrapper>