Package net.minecraft.server.command
Class TransformCommand
java.lang.Object
net.minecraft.server.command.TransformCommand
- Mappings:
Namespace Name official cdrintermediary net/minecraft/class_8411named net/minecraft/server/command/TransformCommand
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static intexecuteClear(ServerCommandSource source) private static intexecuteInto(ServerCommandSource source, RegistryEntry.Reference<EntityType<?>> entity, @Nullable NbtCompound nbt) private static intexecuteIntoPlayer(ServerCommandSource source, Collection<com.mojang.authlib.GameProfile> profiles) private static intexecuteScale(ServerCommandSource source, float scale) static voidregister(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, CommandRegistryAccess registryAccess)
-
Field Details
-
NOT_A_LIVING_ENTITY_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType NOT_A_LIVING_ENTITY_EXCEPTION- Mappings:
Namespace Name Mixin selector official aLcdr;a:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary field_44130Lnet/minecraft/class_8411;field_44130:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;named NOT_A_LIVING_ENTITY_EXCEPTIONLnet/minecraft/server/command/TransformCommand;NOT_A_LIVING_ENTITY_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
MULTIPLE_PROFILES_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType MULTIPLE_PROFILES_EXCEPTION- Mappings:
Namespace Name Mixin selector official bLcdr;b:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary field_44131Lnet/minecraft/class_8411;field_44131:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;named MULTIPLE_PROFILES_EXCEPTIONLnet/minecraft/server/command/TransformCommand;MULTIPLE_PROFILES_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
-
Constructor Details
-
TransformCommand
public TransformCommand()
-
-
Method Details
-
register
public static void register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, CommandRegistryAccess registryAccess) - Mappings:
Namespace Name Mixin selector official aLcdr;a(Lcom/mojang/brigadier/CommandDispatcher;Ldl;)Vintermediary method_50753Lnet/minecraft/class_8411;method_50753(Lcom/mojang/brigadier/CommandDispatcher;Lnet/minecraft/class_7157;)Vnamed registerLnet/minecraft/server/command/TransformCommand;register(Lcom/mojang/brigadier/CommandDispatcher;Lnet/minecraft/command/CommandRegistryAccess;)V
-
executeInto
private static int executeInto(ServerCommandSource source, RegistryEntry.Reference<EntityType<?>> entity, @Nullable @Nullable NbtCompound nbt) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector official aLcdr;a(Ldr;Lhd$c;Lqr;)Iintermediary method_50757Lnet/minecraft/class_8411;method_50757(Lnet/minecraft/class_2168;Lnet/minecraft/class_6880$class_6883;Lnet/minecraft/class_2487;)Inamed executeIntoLnet/minecraft/server/command/TransformCommand;executeInto(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/registry/entry/RegistryEntry$Reference;Lnet/minecraft/nbt/NbtCompound;)I
-
executeIntoPlayer
private static int executeIntoPlayer(ServerCommandSource source, Collection<com.mojang.authlib.GameProfile> profiles) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector official aLcdr;a(Ldr;Ljava/util/Collection;)Iintermediary method_50758Lnet/minecraft/class_8411;method_50758(Lnet/minecraft/class_2168;Ljava/util/Collection;)Inamed executeIntoPlayerLnet/minecraft/server/command/TransformCommand;executeIntoPlayer(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/Collection;)I
-
executeScale
private static int executeScale(ServerCommandSource source, float scale) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector official aLcdr;a(Ldr;F)Iintermediary method_50756Lnet/minecraft/class_8411;method_50756(Lnet/minecraft/class_2168;F)Inamed executeScaleLnet/minecraft/server/command/TransformCommand;executeScale(Lnet/minecraft/server/command/ServerCommandSource;F)I
-
executeClear
private static int executeClear(ServerCommandSource source) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector official aLcdr;a(Ldr;)Iintermediary method_50755Lnet/minecraft/class_8411;method_50755(Lnet/minecraft/class_2168;)Inamed executeClearLnet/minecraft/server/command/TransformCommand;executeClear(Lnet/minecraft/server/command/ServerCommandSource;)I
-