Package net.minecraft.server.command
Class PlaceFeatureCommand
java.lang.Object
net.minecraft.server.command.PlaceFeatureCommand
- Mappings:
Namespace Name official abgintermediary net/minecraft/class_6852named net/minecraft/server/command/PlaceFeatureCommand
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intexecute(ServerCommandSource source, IdentifierArgumentType.RegistryEntry<ConfiguredFeature<?, ?>> configuredFeatureEntry, BlockPos pos) 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 aLabg;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;
-
-
Constructor Details
-
PlaceFeatureCommand
public PlaceFeatureCommand()
-
-
Method Details
-
register
- Mappings:
Namespace Name Mixin selector official aLabg;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, IdentifierArgumentType.RegistryEntry<ConfiguredFeature<?, ?>> configuredFeatureEntry, BlockPos pos) throws com.mojang.brigadier.exceptions.CommandSyntaxException- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector official aLabg;a(Ldm;Lej$a;Lgi;)Iintermediary method_39989Lnet/minecraft/class_6852;method_39989(Lnet/minecraft/class_2168;Lnet/minecraft/class_2232$class_6855;Lnet/minecraft/class_2338;)Inamed executeLnet/minecraft/server/command/PlaceFeatureCommand;execute(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/command/argument/IdentifierArgumentType$RegistryEntry;Lnet/minecraft/util/math/BlockPos;)I
-