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/BlockRotationArgumentTypeintermediary net/minecraft/class_7487official fz
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BlockRotationArgumentTypestatic BlockRotationgetBlockRotation(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String id) 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
-
Constructor Details
-
BlockRotationArgumentType
private BlockRotationArgumentType()
-
-
Method Details
-
blockRotation
- Mappings:
Namespace Name Mixin selector named blockRotationLnet/minecraft/command/argument/BlockRotationArgumentType;blockRotation()Lnet/minecraft/command/argument/BlockRotationArgumentType;intermediary method_44102Lnet/minecraft/class_7487;method_44102()Lnet/minecraft/class_7487;official aLfz;a()Lfz;
-
getBlockRotation
public static BlockRotation getBlockRotation(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String id) - Mappings:
Namespace Name Mixin selector named getBlockRotationLnet/minecraft/command/argument/BlockRotationArgumentType;getBlockRotation(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/util/BlockRotation;intermediary method_44103Lnet/minecraft/class_7487;method_44103(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/class_2470;official aLfz;a(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Ldui;
-