Class SteadyLureExpiring
java.lang.Object
com.pixelmonmod.pixelmon.api.pokemon.lure.SteadyLureExpiring
- All Implemented Interfaces:
LureExpiring
Lure expirer that does individual bits of damage at steady intervals.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
tick
(net.minecraft.server.level.ServerPlayer player, PlayerPartyStorage party, net.minecraft.world.item.ItemStack lure)
-
Constructor Details
-
SteadyLureExpiring
public SteadyLureExpiring()
-
-
Method Details
-
tick
public void tick(net.minecraft.server.level.ServerPlayer player, PlayerPartyStorage party, net.minecraft.world.item.ItemStack lure) - Specified by:
tick
in interfaceLureExpiring
-