Class FloatPrimitiveContextResolver

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

public class FloatPrimitiveContextResolver extends AbstractInputOnlyContextResolver<Float>
  • Constructor Details

    • FloatPrimitiveContextResolver

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

    • getContext

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

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