Class EntityAnchorArgument

java.lang.Object
net.minecraft.commands.arguments.EntityAnchorArgument
All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<EntityAnchorArgument.Anchor>

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

    • EXAMPLES

      private static final Collection<String> EXAMPLES
    • ERROR_INVALID

      private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType ERROR_INVALID
  • Constructor Details

    • EntityAnchorArgument

      public EntityAnchorArgument()
  • Method Details