Klasse NbtPathArgumentMixin

java.lang.Object
de.luckymcdev.foundryengine.mixin.suggest.NbtPathArgumentMixin
Alle implementierten Schnittstellen:
com.mojang.brigadier.arguments.ArgumentType<net.minecraft.nbt.CompoundTag>

public abstract class NbtPathArgumentMixin extends Object implements com.mojang.brigadier.arguments.ArgumentType<net.minecraft.nbt.CompoundTag>
  • Konstruktordetails

    • NbtPathArgumentMixin

      public NbtPathArgumentMixin()
  • Methodendetails

    • listSuggestions

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