Package net.minecraft.server.command
Class PlaceCommand
java.lang.Object
net.minecraft.server.command.PlaceCommand
- Mappings:
Namespace Name official acnintermediary net/minecraft/class_6852named net/minecraft/server/command/PlaceCommand
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intexecutePlaceFeature(ServerCommandSource source, RegistryEntry<ConfiguredFeature<?, ?>> feature, BlockPos pos) static intexecutePlaceJigsaw(ServerCommandSource source, RegistryEntry<StructurePool> structurePool, Identifier id, int int2, BlockPos pos) static intexecutePlaceStructure(ServerCommandSource source, RegistryEntry<StructureType> structureType, BlockPos pos) static voidregister(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher) private static voidthrowOnUnloadedPos(ServerWorld world, ChunkPos pos1, ChunkPos pos2)
-
Field Details
-
FEATURE_FAILED_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType FEATURE_FAILED_EXCEPTION- Mappings:
Namespace Name Mixin selector official aLacn;a:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary field_36324Lnet/minecraft/class_6852;field_36324:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;named FEATURE_FAILED_EXCEPTIONLnet/minecraft/server/command/PlaceCommand;FEATURE_FAILED_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
JIGSAW_FAILED_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType JIGSAW_FAILED_EXCEPTION- Mappings:
Namespace Name Mixin selector official bLacn;b:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary field_39091Lnet/minecraft/class_6852;field_39091:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;named JIGSAW_FAILED_EXCEPTIONLnet/minecraft/server/command/PlaceCommand;JIGSAW_FAILED_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
STRUCTURE_FAILED_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType STRUCTURE_FAILED_EXCEPTION- Mappings:
Namespace Name Mixin selector official cLacn;c:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary field_39092Lnet/minecraft/class_6852;field_39092:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;named STRUCTURE_FAILED_EXCEPTIONLnet/minecraft/server/command/PlaceCommand;STRUCTURE_FAILED_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
-
Constructor Details
-
PlaceCommand
public PlaceCommand()
-
-
Method Details
-
register
- Mappings:
Namespace Name Mixin selector official aLacn;a(Lcom/mojang/brigadier/CommandDispatcher;)Vintermediary method_39986Lnet/minecraft/class_6852;method_39986(Lcom/mojang/brigadier/CommandDispatcher;)Vnamed registerLnet/minecraft/server/command/PlaceCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
-
executePlaceFeature
public static int executePlaceFeature(ServerCommandSource source, RegistryEntry<ConfiguredFeature<?, ?>> feature, BlockPos pos) throws com.mojang.brigadier.exceptions.CommandSyntaxException- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector official aLacn;a(Ldr;Lgy;Lgp;)Iintermediary method_39989Lnet/minecraft/class_6852;method_39989(Lnet/minecraft/class_2168;Lnet/minecraft/class_6880;Lnet/minecraft/class_2338;)Inamed executePlaceFeatureLnet/minecraft/server/command/PlaceCommand;executePlaceFeature(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/util/registry/RegistryEntry;Lnet/minecraft/util/math/BlockPos;)I
-
executePlaceJigsaw
public static int executePlaceJigsaw(ServerCommandSource source, RegistryEntry<StructurePool> structurePool, Identifier id, int int2, BlockPos pos) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector official aLacn;a(Ldr;Lgy;Lzy;ILgp;)Iintermediary method_43650Lnet/minecraft/class_6852;method_43650(Lnet/minecraft/class_2168;Lnet/minecraft/class_6880;Lnet/minecraft/class_2960;ILnet/minecraft/class_2338;)Inamed executePlaceJigsawLnet/minecraft/server/command/PlaceCommand;executePlaceJigsaw(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/util/registry/RegistryEntry;Lnet/minecraft/util/Identifier;ILnet/minecraft/util/math/BlockPos;)I
-
executePlaceStructure
public static int executePlaceStructure(ServerCommandSource source, RegistryEntry<StructureType> structureType, BlockPos pos) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector official bLacn;b(Ldr;Lgy;Lgp;)Iintermediary method_43654Lnet/minecraft/class_6852;method_43654(Lnet/minecraft/class_2168;Lnet/minecraft/class_6880;Lnet/minecraft/class_2338;)Inamed executePlaceStructureLnet/minecraft/server/command/PlaceCommand;executePlaceStructure(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/util/registry/RegistryEntry;Lnet/minecraft/util/math/BlockPos;)I
-
throwOnUnloadedPos
private static void throwOnUnloadedPos(ServerWorld world, ChunkPos pos1, ChunkPos pos2) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector official aLacn;a(Lafd;Lceh;Lceh;)Vintermediary method_43647Lnet/minecraft/class_6852;method_43647(Lnet/minecraft/class_3218;Lnet/minecraft/class_1923;Lnet/minecraft/class_1923;)Vnamed throwOnUnloadedPosLnet/minecraft/server/command/PlaceCommand;throwOnUnloadedPos(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/ChunkPos;Lnet/minecraft/util/math/ChunkPos;)V
-