Package dev.engine_room.flywheel.impl
Class LightSmoothnessArgument
java.lang.Object
net.minecraft.commands.arguments.StringRepresentableArgument<dev.engine_room.flywheel.backend.compile.LightSmoothness>
dev.engine_room.flywheel.impl.LightSmoothnessArgument
- All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<dev.engine_room.flywheel.backend.compile.LightSmoothness>
public class LightSmoothnessArgument
extends net.minecraft.commands.arguments.StringRepresentableArgument<dev.engine_room.flywheel.backend.compile.LightSmoothness>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.commands.synchronization.SingletonArgumentInfo<LightSmoothnessArgument> static final LightSmoothnessArgument -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraft.commands.arguments.StringRepresentableArgument
convertId, getExamples, listSuggestions, parseMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.mojang.brigadier.arguments.ArgumentType
parse
-
Field Details
-
INSTANCE
-
INFO
public static final net.minecraft.commands.synchronization.SingletonArgumentInfo<LightSmoothnessArgument> INFO
-
-
Constructor Details
-
LightSmoothnessArgument
public LightSmoothnessArgument()
-