Package dev.engine_room.flywheel.impl
Class DebugModeArgument
java.lang.Object
net.minecraft.commands.arguments.StringRepresentableArgument<dev.engine_room.flywheel.backend.engine.uniform.DebugMode>
dev.engine_room.flywheel.impl.DebugModeArgument
- All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<dev.engine_room.flywheel.backend.engine.uniform.DebugMode>
public class DebugModeArgument
extends net.minecraft.commands.arguments.StringRepresentableArgument<dev.engine_room.flywheel.backend.engine.uniform.DebugMode>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.commands.synchronization.SingletonArgumentInfo<DebugModeArgument>static final DebugModeArgument -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraft.commands.arguments.StringRepresentableArgument
convertId, getExamples, listSuggestions, parse
-
Field Details
-
INSTANCE
-
INFO
public static final net.minecraft.commands.synchronization.SingletonArgumentInfo<DebugModeArgument> INFO
-
-
Constructor Details
-
DebugModeArgument
public DebugModeArgument()
-