Class DoublePrimitiveContextResolver

All Implemented Interfaces:
co.aikar.commands.contexts.ContextResolver<Double,co.aikar.commands.BukkitCommandExecutionContext>
Direct Known Subclasses:
DoubleContextResolver

public class DoublePrimitiveContextResolver extends AbstractInputOnlyContextResolver<Double>
  • Constructor Details

    • DoublePrimitiveContextResolver

      public DoublePrimitiveContextResolver(@NotNull @NotNull SimpleClans plugin)
  • Method Details

    • getContext

      public Double getContext(co.aikar.commands.BukkitCommandExecutionContext context) throws co.aikar.commands.InvalidCommandArgument
      Throws:
      co.aikar.commands.InvalidCommandArgument
    • getType

      public Class<Double> getType()
      Specified by:
      getType in class AbstractContextResolver<Double>