Package net.minecraft.command.argument
Class BlockRotationArgumentType
java.lang.Object
net.minecraft.command.argument.EnumArgumentType<BlockRotation>
net.minecraft.command.argument.BlockRotationArgumentType
- All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<BlockRotation>
- Mappings:
Namespace Name named net/minecraft/command/argument/BlockRotationArgumentType
intermediary net/minecraft/class_7487
official gh
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic BlockRotationArgumentType
static BlockRotation
getBlockRotation
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String id) Methods inherited from class net.minecraft.command.argument.EnumArgumentType
getExamples, listSuggestions, parse, transformValueName
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
parse
-
Constructor Details
-
BlockRotationArgumentType
private BlockRotationArgumentType()
-
-
Method Details
-
blockRotation
- Mappings:
Namespace Name Mixin selector named blockRotation
Lnet/minecraft/command/argument/BlockRotationArgumentType;blockRotation()Lnet/minecraft/command/argument/BlockRotationArgumentType;
intermediary method_44102
Lnet/minecraft/class_7487;method_44102()Lnet/minecraft/class_7487;
official a
Lgh;a()Lgh;
-
getBlockRotation
public static BlockRotation getBlockRotation(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String id) - Mappings:
Namespace Name Mixin selector named getBlockRotation
Lnet/minecraft/command/argument/BlockRotationArgumentType;getBlockRotation(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/util/BlockRotation;
intermediary method_44103
Lnet/minecraft/class_7487;method_44103(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/class_2470;
official a
Lgh;a(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Ldmm;
-