This commit is contained in:
YanisBft 2023-09-01 06:49:43 +02:00
parent 5436316a70
commit fa1830a545
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ CLASS net/minecraft/class_1832 net/minecraft/item/ToolMaterial
COMMENT back to this method.
METHOD method_8024 getMiningLevel ()I
COMMENT {@return the mining level of a {@link net.minecraft.item.ToolItem} using this {@link ToolMaterial}}
COMMENT To prevent this tool from succesfully harvesting any mining level gated blocks, return {@link net.fabricmc.yarn.constants.MiningLevels#HAND}.
COMMENT To prevent this tool from successfully harvesting any mining level gated blocks, return {@link net.fabricmc.yarn.constants.MiningLevels#HAND}.
COMMENT <p>
COMMENT For more information on mining levels, visit {@link net.fabricmc.yarn.constants.MiningLevels}.
METHOD method_8025 getDurability ()I