public static class FishingEvent.Catch extends FishingEvent
FishingEvent.Cast, FishingEvent.Catch, FishingEvent.Reel
Modifier and Type | Field and Description |
---|---|
SpawnAction<? extends net.minecraft.entity.Entity> |
plannedSpawn |
fishHook, player
Constructor and Description |
---|
Catch(net.minecraft.entity.player.EntityPlayerMP player,
EntityHook fishHook,
SpawnAction<? extends net.minecraft.entity.Entity> plannedSpawn,
int ticksTillEscape,
int displayedMarks) |
Modifier and Type | Method and Description |
---|---|
int |
getDisplayedMarks() |
int |
getTicksTillEscape() |
void |
setDisplayedMarks(int displayedMarks) |
void |
setTicksTillEscape(int ticksTillEscape) |
getRodType
public final SpawnAction<? extends net.minecraft.entity.Entity> plannedSpawn
public Catch(net.minecraft.entity.player.EntityPlayerMP player, EntityHook fishHook, SpawnAction<? extends net.minecraft.entity.Entity> plannedSpawn, int ticksTillEscape, int displayedMarks)