Package net.minecraft.server.command
Class PlaceCommand
java.lang.Object
net.minecraft.server.command.PlaceCommand
- Mappings:
Namespace Name official akd
intermediary net/minecraft/class_6852
named net/minecraft/server/command/PlaceCommand
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
private static final com.mojang.brigadier.suggestion.SuggestionProvider<ServerCommandSource>
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
executePlaceFeature
(ServerCommandSource source, RegistryEntry.Reference<ConfiguredFeature<?, ?>> feature, BlockPos pos) static int
executePlaceJigsaw
(ServerCommandSource source, RegistryEntry<StructurePool> structurePool, Identifier id, int maxDepth, BlockPos pos) static int
executePlaceStructure
(ServerCommandSource source, RegistryEntry.Reference<Structure> structure, BlockPos pos) static int
executePlaceTemplate
(ServerCommandSource source, Identifier id, BlockPos pos, BlockRotation rotation, BlockMirror mirror, float integrity, int seed) static void
register
(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher) private static void
throwOnUnloadedPos
(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 a
Lakd;a:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
intermediary field_36324
Lnet/minecraft/class_6852;field_36324:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
named FEATURE_FAILED_EXCEPTION
Lnet/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 b
Lakd;b:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
intermediary field_39091
Lnet/minecraft/class_6852;field_39091:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
named JIGSAW_FAILED_EXCEPTION
Lnet/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 c
Lakd;c:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
intermediary field_39092
Lnet/minecraft/class_6852;field_39092:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
named STRUCTURE_FAILED_EXCEPTION
Lnet/minecraft/server/command/PlaceCommand;STRUCTURE_FAILED_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
TEMPLATE_INVALID_EXCEPTION
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType TEMPLATE_INVALID_EXCEPTION- Mappings:
Namespace Name Mixin selector official d
Lakd;d:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
intermediary field_39256
Lnet/minecraft/class_6852;field_39256:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
named TEMPLATE_INVALID_EXCEPTION
Lnet/minecraft/server/command/PlaceCommand;TEMPLATE_INVALID_EXCEPTION:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
-
TEMPLATE_FAILED_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType TEMPLATE_FAILED_EXCEPTION- Mappings:
Namespace Name Mixin selector official e
Lakd;e:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
intermediary field_39257
Lnet/minecraft/class_6852;field_39257:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
named TEMPLATE_FAILED_EXCEPTION
Lnet/minecraft/server/command/PlaceCommand;TEMPLATE_FAILED_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
SUGGESTION_PROVIDER
private static final com.mojang.brigadier.suggestion.SuggestionProvider<ServerCommandSource> SUGGESTION_PROVIDER- Mappings:
Namespace Name Mixin selector official f
Lakd;f:Lcom/mojang/brigadier/suggestion/SuggestionProvider;
intermediary field_39393
Lnet/minecraft/class_6852;field_39393:Lcom/mojang/brigadier/suggestion/SuggestionProvider;
named SUGGESTION_PROVIDER
Lnet/minecraft/server/command/PlaceCommand;SUGGESTION_PROVIDER:Lcom/mojang/brigadier/suggestion/SuggestionProvider;
-
-
Constructor Details
-
PlaceCommand
public PlaceCommand()
-
-
Method Details
-
register
- Mappings:
Namespace Name Mixin selector official a
Lakd;a(Lcom/mojang/brigadier/CommandDispatcher;)V
intermediary method_39986
Lnet/minecraft/class_6852;method_39986(Lcom/mojang/brigadier/CommandDispatcher;)V
named register
Lnet/minecraft/server/command/PlaceCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
-
executePlaceFeature
public static int executePlaceFeature(ServerCommandSource source, RegistryEntry.Reference<ConfiguredFeature<?, ?>> feature, BlockPos pos) throws com.mojang.brigadier.exceptions.CommandSyntaxException- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector official a
Lakd;a(Lds;Lih$c;Lhx;)I
intermediary method_39989
Lnet/minecraft/class_6852;method_39989(Lnet/minecraft/class_2168;Lnet/minecraft/class_6880$class_6883;Lnet/minecraft/class_2338;)I
named executePlaceFeature
Lnet/minecraft/server/command/PlaceCommand;executePlaceFeature(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/registry/entry/RegistryEntry$Reference;Lnet/minecraft/util/math/BlockPos;)I
-
executePlaceJigsaw
public static int executePlaceJigsaw(ServerCommandSource source, RegistryEntry<StructurePool> structurePool, Identifier id, int maxDepth, BlockPos pos) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector official a
Lakd;a(Lds;Lih;Lahg;ILhx;)I
intermediary method_43650
Lnet/minecraft/class_6852;method_43650(Lnet/minecraft/class_2168;Lnet/minecraft/class_6880;Lnet/minecraft/class_2960;ILnet/minecraft/class_2338;)I
named executePlaceJigsaw
Lnet/minecraft/server/command/PlaceCommand;executePlaceJigsaw(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/registry/entry/RegistryEntry;Lnet/minecraft/util/Identifier;ILnet/minecraft/util/math/BlockPos;)I
-
executePlaceStructure
public static int executePlaceStructure(ServerCommandSource source, RegistryEntry.Reference<Structure> structure, BlockPos pos) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector official b
Lakd;b(Lds;Lih$c;Lhx;)I
intermediary method_43654
Lnet/minecraft/class_6852;method_43654(Lnet/minecraft/class_2168;Lnet/minecraft/class_6880$class_6883;Lnet/minecraft/class_2338;)I
named executePlaceStructure
Lnet/minecraft/server/command/PlaceCommand;executePlaceStructure(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/registry/entry/RegistryEntry$Reference;Lnet/minecraft/util/math/BlockPos;)I
-
executePlaceTemplate
public static int executePlaceTemplate(ServerCommandSource source, Identifier id, BlockPos pos, BlockRotation rotation, BlockMirror mirror, float integrity, int seed) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector official a
Lakd;a(Lds;Lahg;Lhx;Lddc;Ldbm;FI)I
intermediary method_43919
Lnet/minecraft/class_6852;method_43919(Lnet/minecraft/class_2168;Lnet/minecraft/class_2960;Lnet/minecraft/class_2338;Lnet/minecraft/class_2470;Lnet/minecraft/class_2415;FI)I
named executePlaceTemplate
Lnet/minecraft/server/command/PlaceCommand;executePlaceTemplate(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/BlockRotation;Lnet/minecraft/util/BlockMirror;FI)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 a
Lakd;a(Land;Lcsw;Lcsw;)V
intermediary method_43647
Lnet/minecraft/class_6852;method_43647(Lnet/minecraft/class_3218;Lnet/minecraft/class_1923;Lnet/minecraft/class_1923;)V
named throwOnUnloadedPos
Lnet/minecraft/server/command/PlaceCommand;throwOnUnloadedPos(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/ChunkPos;Lnet/minecraft/util/math/ChunkPos;)V
-