Package net.minecraft.server.command
Class FillCommand
java.lang.Object
net.minecraft.server.command.FillCommand
- Mappings:
Namespace Name named net/minecraft/server/command/FillCommand
intermediary net/minecraft/class_3057
official anx
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
private static enum
private static interface
static interface
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final BlockStateArgument
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static com.mojang.brigadier.builder.ArgumentBuilder
<ServerCommandSource, ?> buildModeTree
(CommandRegistryAccess registries, com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?> argumentBuilder, ArgumentGetter<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, BlockPos> from, ArgumentGetter<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, BlockPos> to, ArgumentGetter<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, BlockStateArgument> state, FillCommand.OptionalArgumentResolver<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, Predicate<CachedBlockPosition>> filter) private static int
execute
(ServerCommandSource source, BlockBox range, BlockStateArgument block, FillCommand.Mode mode, @Nullable Predicate<CachedBlockPosition> filter, boolean strict) static void
register
(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, CommandRegistryAccess commandRegistryAccess)
-
Field Details
-
TOO_BIG_EXCEPTION
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType TOO_BIG_EXCEPTION- Mappings:
Namespace Name Mixin selector named TOO_BIG_EXCEPTION
Lnet/minecraft/server/command/FillCommand;TOO_BIG_EXCEPTION:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
intermediary field_13649
Lnet/minecraft/class_3057;field_13649:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
official a
Lanx;a:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
-
AIR_BLOCK_ARGUMENT
- Mappings:
Namespace Name Mixin selector named AIR_BLOCK_ARGUMENT
Lnet/minecraft/server/command/FillCommand;AIR_BLOCK_ARGUMENT:Lnet/minecraft/command/argument/BlockStateArgument;
intermediary field_13648
Lnet/minecraft/class_3057;field_13648:Lnet/minecraft/class_2247;
official b
Lanx;b:Lgc;
-
FAILED_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType FAILED_EXCEPTION- Mappings:
Namespace Name Mixin selector named FAILED_EXCEPTION
Lnet/minecraft/server/command/FillCommand;FAILED_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
intermediary field_13650
Lnet/minecraft/class_3057;field_13650:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
official c
Lanx;c:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
-
Constructor Details
-
Method Details
-
register
public static void register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, CommandRegistryAccess commandRegistryAccess) - Mappings:
Namespace Name Mixin selector named register
Lnet/minecraft/server/command/FillCommand;register(Lcom/mojang/brigadier/CommandDispatcher;Lnet/minecraft/command/CommandRegistryAccess;)V
intermediary method_13347
Lnet/minecraft/class_3057;method_13347(Lcom/mojang/brigadier/CommandDispatcher;Lnet/minecraft/class_7157;)V
official a
Lanx;a(Lcom/mojang/brigadier/CommandDispatcher;Leg;)V
-
buildModeTree
private static com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource,?> buildModeTree(CommandRegistryAccess registries, com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?> argumentBuilder, ArgumentGetter<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, BlockPos> from, ArgumentGetter<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, BlockPos> to, ArgumentGetter<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, BlockStateArgument> state, FillCommand.OptionalArgumentResolver<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, Predicate<CachedBlockPosition>> filter) - Mappings:
Namespace Name Mixin selector named buildModeTree
Lnet/minecraft/server/command/FillCommand;buildModeTree(Lnet/minecraft/command/CommandRegistryAccess;Lcom/mojang/brigadier/builder/ArgumentBuilder;Lnet/minecraft/command/ArgumentGetter;Lnet/minecraft/command/ArgumentGetter;Lnet/minecraft/command/ArgumentGetter;Lnet/minecraft/server/command/FillCommand$OptionalArgumentResolver;)Lcom/mojang/brigadier/builder/ArgumentBuilder;
intermediary method_65987
Lnet/minecraft/class_3057;method_65987(Lnet/minecraft/class_7157;Lcom/mojang/brigadier/builder/ArgumentBuilder;Lnet/minecraft/class_10618;Lnet/minecraft/class_10618;Lnet/minecraft/class_10618;Lnet/minecraft/class_3057$class_10557;)Lcom/mojang/brigadier/builder/ArgumentBuilder;
official a
Lanx;a(Leg;Lcom/mojang/brigadier/builder/ArgumentBuilder;Laoe;Laoe;Laoe;Lanx$d;)Lcom/mojang/brigadier/builder/ArgumentBuilder;
-
execute
private static int execute(ServerCommandSource source, BlockBox range, BlockStateArgument block, FillCommand.Mode mode, @Nullable @Nullable Predicate<CachedBlockPosition> filter, boolean strict) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector named execute
Lnet/minecraft/server/command/FillCommand;execute(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/util/math/BlockBox;Lnet/minecraft/command/argument/BlockStateArgument;Lnet/minecraft/server/command/FillCommand$Mode;Ljava/util/function/Predicate;Z)I
intermediary method_13354
Lnet/minecraft/class_3057;method_13354(Lnet/minecraft/class_2168;Lnet/minecraft/class_3341;Lnet/minecraft/class_2247;Lnet/minecraft/class_3057$class_3058;Ljava/util/function/Predicate;Z)I
official a
Lanx;a(Lek;Lesf;Lgc;Lanx$c;Ljava/util/function/Predicate;Z)I
-