Class FabricTopTemplate

java.lang.Object
me.hsgamer.topper.template.topplayernumber.TopPlayerNumberTemplate
me.hsgamer.topper.fabric.template.FabricTopTemplate

public class FabricTopTemplate extends me.hsgamer.topper.template.topplayernumber.TopPlayerNumberTemplate
  • Constructor Details

    • FabricTopTemplate

      public FabricTopTemplate(TopperFabric mod)
  • Method Details

    • getStorageSupplier

      public Function<String,me.hsgamer.topper.storage.core.DataStorage<UUID,Double>> getStorageSupplier()
      Specified by:
      getStorageSupplier in class me.hsgamer.topper.template.topplayernumber.TopPlayerNumberTemplate
    • createValueProvider

      public Optional<me.hsgamer.topper.value.core.ValueProvider<UUID,Double>> createValueProvider(Map<String,Object> settings)
      Specified by:
      createValueProvider in class me.hsgamer.topper.template.topplayernumber.TopPlayerNumberTemplate
    • isOnline

      public boolean isOnline(UUID uuid)
      Specified by:
      isOnline in class me.hsgamer.topper.template.topplayernumber.TopPlayerNumberTemplate
    • getName

      public String getName(UUID uuid)
      Specified by:
      getName in class me.hsgamer.topper.template.topplayernumber.TopPlayerNumberTemplate
    • hasPermission

      public boolean hasPermission(UUID uuid, String permission)
      Specified by:
      hasPermission in class me.hsgamer.topper.template.topplayernumber.TopPlayerNumberTemplate
    • createTaskAgent

      public me.hsgamer.topper.agent.core.Agent createTaskAgent(Runnable runnable, boolean async, long delay)
      Specified by:
      createTaskAgent in class me.hsgamer.topper.template.topplayernumber.TopPlayerNumberTemplate
    • logWarning

      public void logWarning(String message, @Nullable @Nullable Throwable throwable)
      Specified by:
      logWarning in class me.hsgamer.topper.template.topplayernumber.TopPlayerNumberTemplate