public abstract static class PokeStopEvent.CooldownCheck extends PokeStopEvent
Modifier and Type | Class and Description |
---|---|
static class |
PokeStopEvent.CooldownCheck.Post |
static class |
PokeStopEvent.CooldownCheck.PostCalculate |
static class |
PokeStopEvent.CooldownCheck.Pre |
static class |
PokeStopEvent.CooldownCheck.PreCalculate
Pre-Calculate is used for changing the amount of time a pokestop goes on cooldown for the given player that used it.
|
PokeStopEvent.CooldownCheck, PokeStopEvent.Drops, PokeStopEvent.Use
player, pokestop
Constructor and Description |
---|
CooldownCheck(net.minecraft.entity.player.PlayerEntity player,
PokeStopTileEntity pokestop) |
Modifier and Type | Method and Description |
---|---|
boolean |
isShouldCheckCooldown() |
void |
setShouldCheckCooldown(boolean shouldCheckCooldown) |
getPlayer, getPokestop
public CooldownCheck(net.minecraft.entity.player.PlayerEntity player, PokeStopTileEntity pokestop)