public class FishingRodDurability extends ItemDurability
| Constructor and Description |
|---|
FishingRodDurability() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBlockReel() |
int |
getEntityReel() |
int |
getFishCatch() |
int |
getItemReel() |
FishingRodDurability |
setBlockReel(int blockReel)
Set the durability reduced when the hook is on a block and the fishing
rod is reeled.
|
FishingRodDurability |
setEntityReel(int entityReel)
Set the durability reduced when the hook is on an entity that is neither
a fish nor an item and the fishing rod is reeled.
|
FishingRodDurability |
setFishCatch(int fishCatch)
Set the durability reduced when a fish is caught.
|
FishingRodDurability |
setItemReel(int itemReel)
Set the durability reduced when the hook is on an item on the ground and
the fishing rod is reeled.
|
addSpecialBlock, getAllSpecialBlocks, getBlockBreak, getBlockBreak, getEntityHit, getInstantBlockBreak, getSpecialBlockDurability, setBlockBreak, setEntityHit, setInstantBlockBreakpublic int getFishCatch()
public FishingRodDurability setFishCatch(int fishCatch)
fishCatch - public int getBlockReel()
public FishingRodDurability setBlockReel(int blockReel)
blockReel - public int getItemReel()
public FishingRodDurability setItemReel(int itemReel)
itemReel - public int getEntityReel()
public FishingRodDurability setEntityReel(int entityReel)
entityReel -