Package net.minecraft.server.command
Class TransformCommand
java.lang.Object
net.minecraft.server.command.TransformCommand
- Mappings:
Namespace Name official cdr
intermediary net/minecraft/class_8411
named net/minecraft/server/command/TransformCommand
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static int
executeClear
(ServerCommandSource source) private static int
executeInto
(ServerCommandSource source, RegistryEntry.Reference<EntityType<?>> entity, @Nullable NbtCompound nbt) private static int
executeIntoPlayer
(ServerCommandSource source, Collection<com.mojang.authlib.GameProfile> profiles) private static int
executeScale
(ServerCommandSource source, float scale) static void
register
(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 a
Lcdr;a:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
intermediary field_44130
Lnet/minecraft/class_8411;field_44130:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
named NOT_A_LIVING_ENTITY_EXCEPTION
Lnet/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 b
Lcdr;b:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
intermediary field_44131
Lnet/minecraft/class_8411;field_44131:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
named MULTIPLE_PROFILES_EXCEPTION
Lnet/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 a
Lcdr;a(Lcom/mojang/brigadier/CommandDispatcher;Ldl;)V
intermediary method_50753
Lnet/minecraft/class_8411;method_50753(Lcom/mojang/brigadier/CommandDispatcher;Lnet/minecraft/class_7157;)V
named register
Lnet/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 a
Lcdr;a(Ldr;Lhd$c;Lqr;)I
intermediary method_50757
Lnet/minecraft/class_8411;method_50757(Lnet/minecraft/class_2168;Lnet/minecraft/class_6880$class_6883;Lnet/minecraft/class_2487;)I
named executeInto
Lnet/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 a
Lcdr;a(Ldr;Ljava/util/Collection;)I
intermediary method_50758
Lnet/minecraft/class_8411;method_50758(Lnet/minecraft/class_2168;Ljava/util/Collection;)I
named executeIntoPlayer
Lnet/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 a
Lcdr;a(Ldr;F)I
intermediary method_50756
Lnet/minecraft/class_8411;method_50756(Lnet/minecraft/class_2168;F)I
named executeScale
Lnet/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 a
Lcdr;a(Ldr;)I
intermediary method_50755
Lnet/minecraft/class_8411;method_50755(Lnet/minecraft/class_2168;)I
named executeClear
Lnet/minecraft/server/command/TransformCommand;executeClear(Lnet/minecraft/server/command/ServerCommandSource;)I
-