Class ParmeterServerInfo

java.lang.Object
studio.mevera.imperat.util.TypeCapturer
studio.mevera.imperat.command.parameters.type.BaseParameterType<VelocitySource,com.velocitypowered.api.proxy.server.ServerInfo>
studio.mevera.imperat.type.ParmeterServerInfo
All Implemented Interfaces:
studio.mevera.imperat.command.parameters.type.ParameterType<VelocitySource,com.velocitypowered.api.proxy.server.ServerInfo>

public final class ParmeterServerInfo extends studio.mevera.imperat.command.parameters.type.BaseParameterType<VelocitySource,com.velocitypowered.api.proxy.server.ServerInfo>
  • Field Summary

    Fields inherited from class studio.mevera.imperat.command.parameters.type.BaseParameterType

    suggestions, type
  • Constructor Summary

    Constructors
    Constructor
    Description
    ParmeterServerInfo(com.velocitypowered.api.proxy.ProxyServer server)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull com.velocitypowered.api.proxy.server.ServerInfo
    resolve(@NotNull studio.mevera.imperat.context.ExecutionContext<VelocitySource> context, @NotNull studio.mevera.imperat.context.internal.CommandInputStream<VelocitySource> inputStream, @NotNull String input)
     

    Methods inherited from class studio.mevera.imperat.command.parameters.type.BaseParameterType

    getSuggestionResolver, matchesInput, type, withSuggestions

    Methods inherited from class studio.mevera.imperat.util.TypeCapturer

    extractType, extractType

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface studio.mevera.imperat.command.parameters.type.ParameterType

    equalsExactly, getConsumedArguments, isGreedy, isRelatedToType, supplyDefaultValue, wrappedType
  • Constructor Details

    • ParmeterServerInfo

      public ParmeterServerInfo(com.velocitypowered.api.proxy.ProxyServer server)
  • Method Details