类 EntityCommand.EntityListCommand

java.lang.Object
net.minecraftforge.server.command.EntityCommand.EntityListCommand
封闭类:
EntityCommand

private static class EntityCommand.EntityListCommand extends Object
  • 字段详细资料

    • 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

      static com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack,?> register()
    • execute

      private static int execute(CommandSourceStack sender, String filter, ResourceKey<Level> dim) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      抛出:
      com.mojang.brigadier.exceptions.CommandSyntaxException