public class ClimbableSurface extends DoubleRangeSetting
This is an ItemSetting that manages the efficiency of climbing a certain Material with the ClimbingPick.
Author:
TheBusyBiscuit
See Also:
  • Constructor Details

    • ClimbableSurface

      public ClimbableSurface(@Nonnull ClimbingPick climbingPick, @Nonnull Material surface, double defaultValue)
      This creates a new ClimbableSurface for the given Material.
      Parameters:
      climbingPick - The ClimbingPick instance
      surface - The Material of this surface
      defaultValue - The default launch amount
  • Method Details

    • getType

      @Nonnull public Material getType()
      This returns the Material of this surface.
      Returns:
      The Material of this surface