private static class CommandEntity.EntityListCommand
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static com.mojang.brigadier.exceptions.DynamicCommandExceptionType |
INVALID_DIMENSION |
private static com.mojang.brigadier.exceptions.SimpleCommandExceptionType |
INVALID_FILTER |
private static com.mojang.brigadier.exceptions.SimpleCommandExceptionType |
NO_ENTITIES |
Modifier | Constructor and Description |
---|---|
private |
EntityListCommand() |
Modifier and Type | Method and Description |
---|---|
private static int |
execute(CommandSource sender,
java.lang.String filter,
DimensionType dim) |
(package private) static com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> |
register() |
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType INVALID_FILTER
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType INVALID_DIMENSION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType NO_ENTITIES
static com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> register()
private static int execute(CommandSource sender, java.lang.String filter, DimensionType dim) throws com.mojang.brigadier.exceptions.CommandSyntaxException
com.mojang.brigadier.exceptions.CommandSyntaxException