Class DirectionArgumentType
java.lang.Object
net.minecraft.command.argument.EnumArgumentType<net.minecraft.util.math.Direction>
meteordevelopment.meteorclient.commands.arguments.DirectionArgumentType
- All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<net.minecraft.util.math.Direction>
public class DirectionArgumentType
extends net.minecraft.command.argument.EnumArgumentType<net.minecraft.util.math.Direction>
-
Method Summary
Methods inherited from class net.minecraft.command.argument.EnumArgumentType
getExamples, listSuggestions, parse, transformValueNameMethods 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
-
Method Details
-
create
-