Class GlowingEyesInfoCommand<T extends net.minecraft.commands.SharedSuggestionProvider>
java.lang.Object
me.andreasmelone.glowingeyes.client.commands.AbstractClientCommand<T>
me.andreasmelone.glowingeyes.client.commands.GlowingEyesInfoCommand<T>
public class GlowingEyesInfoCommand<T extends net.minecraft.commands.SharedSuggestionProvider>
extends AbstractClientCommand<T>
-
Constructor Summary
ConstructorsConstructorDescriptionGlowingEyesInfoCommand(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
-
GlowingEyesInfoCommand
-
-
Method Details
-
register
- Specified by:
registerin classAbstractClientCommand<T extends net.minecraft.commands.SharedSuggestionProvider>
-