java.lang.Object
io.github.thebusybiscuit.slimefun4.api.items.SlimefunItem
io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets.JetBoots
All Implemented Interfaces:
ItemAttribute, Placeable, Rechargeable

public class JetBoots extends SlimefunItem implements Rechargeable
JetBoots allow you to hover for a bit. You can find the actual behaviour in the JetBootsTask class.
Author:
TheBusyBiscuit
See Also:
  • Constructor Details

  • Method Details

    • getSpeed

      public double getSpeed()
    • getMaxItemCharge

      public float getMaxItemCharge(ItemStack item)
      Description copied from interface: Rechargeable
      This method returns the maximum charge the given ItemStack is capable of holding.
      Specified by:
      getMaxItemCharge in interface Rechargeable
      Parameters:
      item - The ItemStack for which to determine the maximum charge
      Returns:
      The maximum energy charge for this ItemStack