Class LogStripping
-
- All Implemented Interfaces:
public final class LogStripping
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleandecreaseAxeDurabilityprivate final NoteBlockMechanicstripMechanicprivate final NoteBlockstripBlockprivate final ItemStacklogDrop
-
Constructor Summary
Constructors Constructor Description LogStripping(ConfigurationSection logStripSection)
-
Method Summary
Modifier and Type Method Description final BooleangetDecreaseAxeDurability()final NoteBlockMechanicgetStripMechanic()final NoteBlockgetStripBlock()final ItemStackgetLogDrop()final BooleancanBeStripped()final BooleanhasStrippedDrop()-
-
Method Detail
-
getDecreaseAxeDurability
final Boolean getDecreaseAxeDurability()
-
getStripMechanic
final NoteBlockMechanic getStripMechanic()
-
getStripBlock
final NoteBlock getStripBlock()
-
getLogDrop
final ItemStack getLogDrop()
-
canBeStripped
final Boolean canBeStripped()
-
hasStrippedDrop
final Boolean hasStrippedDrop()
-
-
-
-