Class LogStripping
-
- All Implemented Interfaces:
public final class LogStripping
-
-
Field Summary
Fields Modifier and Type Field Description private final Boolean
decreaseAxeDurability
private final NoteBlockMechanic
stripMechanic
private final NoteBlock
stripBlock
private final ItemStack
logDrop
-
Constructor Summary
Constructors Constructor Description LogStripping(ConfigurationSection logStripSection)
-
Method Summary
Modifier and Type Method Description final Boolean
getDecreaseAxeDurability()
final NoteBlockMechanic
getStripMechanic()
final NoteBlock
getStripBlock()
final ItemStack
getLogDrop()
final Boolean
canBeStripped()
final Boolean
hasStrippedDrop()
-
-
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()
-
-
-
-