HyCodeYourTale
classpublicPriority 1

BlockHarvestUtils

com.hypixel.hytale.server.core.modules.interaction.BlockHarvestUtils

4

Methods

4

Public Methods

0

Fields

1

Constructors

Constructors

public
BlockHarvestUtils()

Methods

Public Methods (4)

publicstatic
double calculateDurabilityUse(Item item, BlockType blockType)
publicstatic
List<ItemStack> getDrops(BlockType blockType, int quantity, String itemId, String dropListId)
@Nonnull
publicstatic
ItemToolSpec getSpecPowerDamageBlock(Item item, BlockType blockType, ItemTool tool)
@Nullable
publicstatic
boolean shouldPickupByInteraction(BlockType blockType)

Related Classes