Class PlayerQuantityHudWrapper

java.lang.Object
dev.lone.itemsadder.api.FontImages.PlayerHudWrapper
dev.lone.itemsadder.api.FontImages.PlayerQuantityHudWrapper
Direct Known Subclasses:
PlayerCustomHudWrapper

public class PlayerQuantityHudWrapper extends PlayerHudWrapper
Class representing a HUD which accepts float values and its textures are handled by ItemsAdder.
  • Constructor Details

  • Method Details

    • getInternal

      @Nullable public @Nullable Object getInternal()
      Gets the internal ItemsAdder object. Should only be used by the plugin developer.
      Overrides:
      getInternal in class PlayerHudWrapper
      Returns:
      Internal ItemsAdder object.
    • setFloatValue

      public void setFloatValue(float value)
      Set the float value of this HUD.
      Parameters:
      value - Float value to set.
    • getFloatValue

      public float getFloatValue()
      Get the float value of this HUD.
      Returns:
      The float value of this hud.