Package de.steev.bm.Interaction
Class Replanting
java.lang.Object
Replanting
- All Implemented Interfaces:
- org.bukkit.event.Listener
handles the replanting mechanic
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidreplanting(org.bukkit.block.Block target, org.bukkit.Location loc, org.bukkit.Material[] drop, int[] dropRate)handles the replanting mechanic in a better way
- 
Field Details- 
pluginplugin reference
 
- 
- 
Constructor Details- 
Replantingconstructor- Parameters:
- plugin- plugin reference
 
 
- 
- 
Method Details- 
replantingpublic static void replanting(org.bukkit.block.Block target, org.bukkit.Location loc, org.bukkit.Material[] drop, int[] dropRate)handles the replanting mechanic in a better way- Parameters:
- target- the crops block
- loc- the location of the crop
- drop- the Materials that can drop
- dropRate- the amount each item will drop
 
 
-