类 FillCommand
java.lang.Object
net.minecraft.server.commands.FillCommand
-
嵌套类概要
嵌套类修饰符和类型类说明static interface
static interface
(专用程序包) static enum
(专用程序包) static interface
-
字段概要
字段修饰符和类型字段说明private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
(专用程序包) static final BlockInput
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明private static int
fillBlocks
(CommandSourceStack p_137386_, BoundingBox p_137387_, BlockInput p_137388_, FillCommand.Mode p_137389_, Predicate<BlockInWorld> p_137390_, boolean p_393689_) static void
register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_214443_, CommandBuildContext p_214444_) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> wrapWithMode
(CommandBuildContext p_394423_, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_393983_, InCommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, BlockPos> p_397131_, InCommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, BlockPos> p_397847_, InCommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, BlockInput> p_397185_, FillCommand.NullableCommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, Predicate<BlockInWorld>> p_394036_)
-
字段详细资料
-
ERROR_AREA_TOO_LARGE
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType ERROR_AREA_TOO_LARGE -
HOLLOW_CORE
-
ERROR_FAILED
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_FAILED
-
-
构造器详细资料
-
FillCommand
public FillCommand()
-
-
方法详细资料
-
register
public static void register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_214443_, CommandBuildContext p_214444_) -
wrapWithMode
private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack,?> wrapWithMode(CommandBuildContext p_394423_, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> p_393983_, InCommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, BlockPos> p_397131_, InCommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, BlockPos> p_397847_, InCommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, BlockInput> p_397185_, FillCommand.NullableCommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, Predicate<BlockInWorld>> p_394036_) -
fillBlocks
private static int fillBlocks(CommandSourceStack p_137386_, BoundingBox p_137387_, BlockInput p_137388_, FillCommand.Mode p_137389_, @Nullable Predicate<BlockInWorld> p_137390_, boolean p_393689_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - 抛出:
com.mojang.brigadier.exceptions.CommandSyntaxException
-