public static class RaidData.RaidPlayer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
canCatch |
boolean |
catchAttempted |
java.util.ArrayList<net.minecraft.item.ItemStack> |
drops |
Stats |
form |
Gender |
gender |
int |
index |
int |
level |
java.lang.String |
name |
java.lang.String |
palette |
java.util.UUID |
player |
net.minecraft.entity.player.ServerPlayerEntity |
playerEntity |
Pokemon |
pokemon |
Pokemon |
possibleCatch |
Species |
species |
java.util.UUID |
uuid |
Constructor and Description |
---|
RaidPlayer(net.minecraft.nbt.CompoundNBT tag) |
RaidPlayer(int index,
net.minecraft.entity.player.ServerPlayerEntity player,
Pokemon pokemon) |
RaidPlayer(net.minecraft.network.PacketBuffer buf) |
RaidPlayer(RaidPokemon pokemon,
int maxLevel) |
Modifier and Type | Method and Description |
---|---|
boolean |
isPlayer() |
int |
tryCatch(RaidData raid,
PokeBall ball) |
void |
updatePokemon(int index,
Pokemon pokemon) |
void |
winRaid(RaidPixelmonParticipant rpp,
RaidData raid,
RaidGovernor governor) |
net.minecraft.nbt.CompoundNBT |
write() |
void |
write(net.minecraft.nbt.CompoundNBT tag) |
void |
write(net.minecraft.network.PacketBuffer buf) |
public final java.util.UUID player
public java.lang.String name
public java.util.UUID uuid
public Species species
public Gender gender
public Stats form
public java.lang.String palette
public int index
public net.minecraft.entity.player.ServerPlayerEntity playerEntity
public int level
public Pokemon possibleCatch
public boolean canCatch
public boolean catchAttempted
public java.util.ArrayList<net.minecraft.item.ItemStack> drops
public Pokemon pokemon
public RaidPlayer(int index, net.minecraft.entity.player.ServerPlayerEntity player, Pokemon pokemon)
public RaidPlayer(RaidPokemon pokemon, int maxLevel)
public RaidPlayer(net.minecraft.nbt.CompoundNBT tag)
public RaidPlayer(net.minecraft.network.PacketBuffer buf)
public void updatePokemon(int index, Pokemon pokemon)
public boolean isPlayer()
public void winRaid(RaidPixelmonParticipant rpp, RaidData raid, RaidGovernor governor)
public net.minecraft.nbt.CompoundNBT write()
public void write(net.minecraft.nbt.CompoundNBT tag)
public void write(net.minecraft.network.PacketBuffer buf)