Class EntitySummonArgument

java.lang.Object
net.minecraft.command.arguments.EntitySummonArgument
All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<ResourceLocation>

public class EntitySummonArgument extends Object implements com.mojang.brigadier.arguments.ArgumentType<ResourceLocation>
  • Field Details

    • EXAMPLES

      private static final Collection<String> EXAMPLES
    • ERROR_UNKNOWN_ENTITY

      public static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType ERROR_UNKNOWN_ENTITY
  • Constructor Details

    • EntitySummonArgument

      public EntitySummonArgument()
  • Method Details

    • id

      public static EntitySummonArgument id()
    • getSummonableEntity

      public static ResourceLocation getSummonableEntity(com.mojang.brigadier.context.CommandContext<CommandSource> p_211368_0_, String p_211368_1_) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • verifyCanSummon

      private static ResourceLocation verifyCanSummon(ResourceLocation p_211365_0_) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • parse

      public ResourceLocation parse(com.mojang.brigadier.StringReader p_parse_1_) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Specified by:
      parse in interface com.mojang.brigadier.arguments.ArgumentType<ResourceLocation>
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • getExamples

      public Collection<String> getExamples()
      Specified by:
      getExamples in interface com.mojang.brigadier.arguments.ArgumentType<ResourceLocation>