Package net.minecraft.server.command
Class PlaceFeatureCommand
java.lang.Object
net.minecraft.server.command.PlaceFeatureCommand
- Mappings:
Namespace Name official acnintermediary net/minecraft/class_6852named net/minecraft/server/command/PlaceFeatureCommand
-
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 intexecute(ServerCommandSource source, RegistryEntry<ConfiguredFeature<?, ?>> feature, BlockPos pos) private static voidmethod_43647(ServerWorld serverWorld, ChunkPos chunkPos, ChunkPos chunkPos2) static intmethod_43650(ServerCommandSource serverCommandSource, RegistryEntry<StructurePool> registryEntry, Identifier identifier, int int2, BlockPos blockPos) static intmethod_43654(ServerCommandSource serverCommandSource, RegistryEntry<StructureType> registryEntry, BlockPos blockPos) static voidregister(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
-
Field Details
-
FAILED_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType 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 FAILED_EXCEPTIONLnet/minecraft/server/command/PlaceFeatureCommand;FAILED_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
field_39091
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType field_39091- 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 field_39091Lnet/minecraft/server/command/PlaceFeatureCommand;field_39091:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
field_39092
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType field_39092- 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 field_39092Lnet/minecraft/server/command/PlaceFeatureCommand;field_39092:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
-
Constructor Details
-
PlaceFeatureCommand
public PlaceFeatureCommand()
-
-
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/PlaceFeatureCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
-
execute
public static int execute(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 executeLnet/minecraft/server/command/PlaceFeatureCommand;execute(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/util/registry/RegistryEntry;Lnet/minecraft/util/math/BlockPos;)I
-
method_43650
public static int method_43650(ServerCommandSource serverCommandSource, RegistryEntry<StructurePool> registryEntry, Identifier identifier, int int2, BlockPos blockPos) 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 method_43650Lnet/minecraft/server/command/PlaceFeatureCommand;method_43650(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/util/registry/RegistryEntry;Lnet/minecraft/util/Identifier;ILnet/minecraft/util/math/BlockPos;)I
-
method_43654
public static int method_43654(ServerCommandSource serverCommandSource, RegistryEntry<StructureType> registryEntry, BlockPos blockPos) 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 method_43654Lnet/minecraft/server/command/PlaceFeatureCommand;method_43654(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/util/registry/RegistryEntry;Lnet/minecraft/util/math/BlockPos;)I
-
method_43647
private static void method_43647(ServerWorld serverWorld, ChunkPos chunkPos, ChunkPos chunkPos2) 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 method_43647Lnet/minecraft/server/command/PlaceFeatureCommand;method_43647(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/ChunkPos;Lnet/minecraft/util/math/ChunkPos;)V
-