public abstract static class PokeStopEvent.Drops extends PokeStopEvent
Modifier and Type | Class and Description |
---|---|
static class |
PokeStopEvent.Drops.Post |
static class |
PokeStopEvent.Drops.Pre |
PokeStopEvent.CooldownCheck, PokeStopEvent.Drops, PokeStopEvent.Use
player, pokestop
Constructor and Description |
---|
Drops(net.minecraft.entity.player.ServerPlayerEntity player,
PokeStopTileEntity pokestop,
java.util.List<net.minecraft.item.ItemStack> drops) |
Modifier and Type | Method and Description |
---|---|
java.util.List<net.minecraft.item.ItemStack> |
getDrops() |
void |
setDrops(java.util.List<net.minecraft.item.ItemStack> drops) |
getPlayer, getPokestop
public Drops(net.minecraft.entity.player.ServerPlayerEntity player, PokeStopTileEntity pokestop, java.util.List<net.minecraft.item.ItemStack> drops)