类 EntityCommand.EntityListCommand
java.lang.Object
net.neoforged.neoforge.server.command.EntityCommand.EntityListCommand
- 封闭类:
EntityCommand
-
字段概要
字段修饰符和类型字段说明private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明private static int
execute
(CommandSourceStack sender, String filter, ResourceKey<Level> dim) (专用程序包) static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> register()
-
字段详细资料
-
INVALID_FILTER
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType INVALID_FILTER -
INVALID_DIMENSION
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType INVALID_DIMENSION -
NO_ENTITIES
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType NO_ENTITIES
-
-
构造器详细资料
-
EntityListCommand
private EntityListCommand()
-
-
方法详细资料
-
register
-
execute
private static int execute(CommandSourceStack sender, String filter, ResourceKey<Level> dim) throws com.mojang.brigadier.exceptions.CommandSyntaxException - 抛出:
com.mojang.brigadier.exceptions.CommandSyntaxException
-