Class EntityCommand.EntityListCommand
java.lang.Object
net.minecraftforge.server.command.EntityCommand.EntityListCommand
- Enclosing class:
- EntityCommand
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static int
execute
(CommandSourceStack sender, String filter, ResourceKey<Level> dim) (package private) static com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack,
?> register()
-
Field Details
-
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
-
-
Constructor Details
-
EntityListCommand
private EntityListCommand()
-
-
Method Details
-
register
-
execute
private static int execute(CommandSourceStack sender, String filter, ResourceKey<Level> dim) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-