Class EyesCommand<T extends net.minecraft.commands.SharedSuggestionProvider>
java.lang.Object
me.andreasmelone.glowingeyes.client.commands.AbstractClientCommand<T>
me.andreasmelone.glowingeyes.client.commands.EyesCommand<T>
public class EyesCommand<T extends net.minecraft.commands.SharedSuggestionProvider>
extends AbstractClientCommand<T>
-
Constructor Summary
ConstructorsConstructorDescriptionEyesCommand(Function<String, com.mojang.brigadier.builder.LiteralArgumentBuilder<T>> stringLiteralArgumentBuilderFunction) -
Method Summary
Modifier and TypeMethodDescriptionvoidregister(ClientModContext mod, com.mojang.brigadier.CommandDispatcher<T> dispatcher) Methods inherited from class me.andreasmelone.glowingeyes.client.commands.AbstractClientCommand
createArgumentBuilder
-
Constructor Details
-
EyesCommand
-
-
Method Details
-
register
- Specified by:
registerin classAbstractClientCommand<T extends net.minecraft.commands.SharedSuggestionProvider>
-