Class GameProfileArgumentType

java.lang.Object
net.minecraft.command.argument.GameProfileArgumentType
All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<GameProfileArgumentType.GameProfileArgument>

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

    • EXAMPLES

      private static final Collection<String> EXAMPLES
    • UNKNOWN_PLAYER_EXCEPTION

      public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType UNKNOWN_PLAYER_EXCEPTION
  • Constructor Details

    • GameProfileArgumentType

      public GameProfileArgumentType()
  • Method Details