Class EntityCommand.EntityListCommand

java.lang.Object
net.neoforged.neoforge.server.command.EntityCommand.EntityListCommand
Enclosing class:
EntityCommand

private static class EntityCommand.EntityListCommand extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private 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

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    Modifier and Type
    Method
    Description
    private static int
    execute(net.minecraft.commands.CommandSourceStack sender, String filter, net.minecraft.resources.ResourceKey<net.minecraft.world.level.Level> dim)
     
    (package private) static com.mojang.brigadier.builder.ArgumentBuilder<net.minecraft.commands.CommandSourceStack,?>
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

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

      private static int execute(net.minecraft.commands.CommandSourceStack sender, String filter, net.minecraft.resources.ResourceKey<net.minecraft.world.level.Level> dim) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException