Class LeafSweetSpot
java.lang.Object
com.wdiscute.starcatcher.registry.sweetspotbehaviour.AbstractSweetSpotBehaviour
com.wdiscute.starcatcher.registry.sweetspotbehaviour.NormalSweetSpotBehaviour
com.wdiscute.starcatcher.registry.sweetspotbehaviour.LeafSweetSpot
-
Field Summary
Fields inherited from class AbstractSweetSpotBehaviour
ass, instance, ticksActive -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonAdd(FishingMinigameScreen instance, ActiveSweetSpot ass) voidonHit()voidtick()Methods inherited from class AbstractSweetSpotBehaviour
onRemove, render, renderForeground
-
Constructor Details
-
LeafSweetSpot
public LeafSweetSpot()
-
-
Method Details
-
onAdd
- Overrides:
onAddin classAbstractSweetSpotBehaviour
-
onHit
public void onHit()- Overrides:
onHitin classNormalSweetSpotBehaviour
-
tick
public void tick()- Overrides:
tickin classAbstractSweetSpotBehaviour
-