Class CompoundTagArgumentMixin

java.lang.Object
de.luckymcdev.foundryengine.mixin.suggest.CompoundTagArgumentMixin
All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<net.minecraft.nbt.CompoundTag>

public abstract class CompoundTagArgumentMixin extends Object implements com.mojang.brigadier.arguments.ArgumentType<net.minecraft.nbt.CompoundTag>
  • Constructor Details

    • CompoundTagArgumentMixin

      public CompoundTagArgumentMixin()
  • Method Details

    • listSuggestions

      public <S> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> listSuggestions(com.mojang.brigadier.context.CommandContext<S> ctx, com.mojang.brigadier.suggestion.SuggestionsBuilder builder)
      Specified by:
      listSuggestions in interface com.mojang.brigadier.arguments.ArgumentType<net.minecraft.nbt.CompoundTag>