Package net.minecraft.command.argument
Class RotationArgumentType
java.lang.Object
net.minecraft.command.argument.RotationArgumentType
- All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<PosArgument>
public class RotationArgumentType extends Object implements com.mojang.brigadier.arguments.ArgumentType<PosArgument>
- Mappings:
Namespace Name official eo
intermediary net/minecraft/class_2270
named net/minecraft/command/argument/RotationArgumentType
-
Field Summary
Fields Modifier and Type Field Description private static Collection<String>
EXAMPLES
static com.mojang.brigadier.exceptions.SimpleCommandExceptionType
INCOMPLETE_ROTATION_EXCEPTION
-
Constructor Summary
Constructors Constructor Description RotationArgumentType()
-
Method Summary
Modifier and Type Method Description Collection<String>
getExamples()
static PosArgument
getRotation(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name)
PosArgument
parse(com.mojang.brigadier.StringReader stringReader)
static RotationArgumentType
rotation()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.mojang.brigadier.arguments.ArgumentType
listSuggestions
-
Field Details
-
EXAMPLES
- Mappings:
Namespace Name Mixin selector official b
Leo;b:Ljava/util/Collection;
intermediary field_10735
Lnet/minecraft/class_2270;field_10735:Ljava/util/Collection;
named EXAMPLES
Lnet/minecraft/command/argument/RotationArgumentType;EXAMPLES:Ljava/util/Collection;
-
INCOMPLETE_ROTATION_EXCEPTION
public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType INCOMPLETE_ROTATION_EXCEPTION- Mappings:
Namespace Name Mixin selector official a
Leo;a:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
intermediary field_10736
Lnet/minecraft/class_2270;field_10736:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
named INCOMPLETE_ROTATION_EXCEPTION
Lnet/minecraft/command/argument/RotationArgumentType;INCOMPLETE_ROTATION_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
-
Constructor Details
-
RotationArgumentType
public RotationArgumentType()
-
-
Method Details
-
rotation
- Mappings:
Namespace Name Mixin selector official a
Leo;a()Leo;
intermediary method_9717
Lnet/minecraft/class_2270;method_9717()Lnet/minecraft/class_2270;
named rotation
Lnet/minecraft/command/argument/RotationArgumentType;rotation()Lnet/minecraft/command/argument/RotationArgumentType;
-
getRotation
public static PosArgument getRotation(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name)- Mappings:
Namespace Name Mixin selector official a
Leo;a(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lem;
intermediary method_9716
Lnet/minecraft/class_2270;method_9716(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/class_2267;
named getRotation
Lnet/minecraft/command/argument/RotationArgumentType;getRotation(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/command/argument/PosArgument;
-
parse
public PosArgument parse(com.mojang.brigadier.StringReader stringReader) throws com.mojang.brigadier.exceptions.CommandSyntaxException- Specified by:
parse
in interfacecom.mojang.brigadier.arguments.ArgumentType<PosArgument>
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector official a
Leo;a(Lcom/mojang/brigadier/StringReader;)Lem;
intermediary method_9718
Lnet/minecraft/class_2270;method_9718(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/class_2267;
named parse
Lnet/minecraft/command/argument/RotationArgumentType;parse(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/command/argument/PosArgument;
-
getExamples
- Specified by:
getExamples
in interfacecom.mojang.brigadier.arguments.ArgumentType<PosArgument>
- Mappings:
Namespace Name Mixin selector official getExamples
Leo;getExamples()Ljava/util/Collection;
intermediary getExamples
Lnet/minecraft/class_2270;getExamples()Ljava/util/Collection;
named getExamples
Lnet/minecraft/command/argument/RotationArgumentType;getExamples()Ljava/util/Collection;
-