Klasse ComponentArgumentMixin
java.lang.Object
de.luckymcdev.foundryengine.mixin.suggest.ComponentArgumentMixin
- Alle implementierten Schnittstellen:
com.mojang.brigadier.arguments.ArgumentType<net.minecraft.network.chat.Component>
public abstract class ComponentArgumentMixin
extends Object
implements com.mojang.brigadier.arguments.ArgumentType<net.minecraft.network.chat.Component>
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifikator und TypMethodeBeschreibung<S> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> listSuggestions(com.mojang.brigadier.context.CommandContext<S> ctx, com.mojang.brigadier.suggestion.SuggestionsBuilder builder) Von Klasse geerbte Methoden Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden com.mojang.brigadier.arguments.ArgumentType
getExamples, parse, parse
-
Konstruktordetails
-
ComponentArgumentMixin
public ComponentArgumentMixin()
-
-
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:
listSuggestionsin Schnittstellecom.mojang.brigadier.arguments.ArgumentType<net.minecraft.network.chat.Component>
-