Class CommandEntity.EntityListCommand
- java.lang.Object
-
- net.minecraftforge.server.command.CommandEntity.EntityListCommand
-
- Enclosing class:
- CommandEntity
private static class CommandEntity.EntityListCommand extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static com.mojang.brigadier.exceptions.DynamicCommandExceptionTypeINVALID_DIMENSIONprivate static com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeINVALID_FILTERprivate static com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeNO_ENTITIES
-
Constructor Summary
Constructors Modifier Constructor Description privateEntityListCommand()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static intexecute(CommandSource sender, java.lang.String filter, RegistryKey<World> dim)(package private) static com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?>register()
-
-
-
Field Detail
-
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
-
-
Method Detail
-
register
static com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> register()
-
execute
private static int execute(CommandSource sender, java.lang.String filter, RegistryKey<World> dim) throws com.mojang.brigadier.exceptions.CommandSyntaxException
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
-