public class CloningMachineTileEntity extends DecorativeBaseTileEntity implements net.minecraft.tileentity.ITickableTileEntity
| Modifier and Type | Field and Description |
|---|---|
int |
boostCount |
int |
boostLevel |
boolean |
growingPokemon |
boolean |
isBroken |
boolean |
isFinished |
boolean |
isShiny |
float |
lasPos |
Pokemon |
mew |
java.util.UUID |
owner |
PixelmonEntity |
pixelmon |
java.lang.String |
pokemonName |
int |
pokemonProgress |
boolean |
processingClone |
float |
xboost |
float |
zboost |
| Constructor and Description |
|---|
CloningMachineTileEntity() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate(net.minecraft.entity.player.PlayerEntity player,
net.minecraft.item.ItemStack heldItem) |
net.minecraft.network.play.server.SUpdateTileEntityPacket |
getUpdatePacket() |
net.minecraft.nbt.CompoundNBT |
getUpdateTag() |
boolean |
hasMew() |
void |
load(net.minecraft.block.BlockState state,
net.minecraft.nbt.CompoundNBT nbt) |
void |
onDataPacket(net.minecraft.network.NetworkManager net,
net.minecraft.network.play.server.SUpdateTileEntityPacket pkt) |
void |
onDestroy() |
void |
releasePokemon() |
net.minecraft.nbt.CompoundNBT |
save(net.minecraft.nbt.CompoundNBT nbt) |
void |
tick() |
isAnotherWithSameDirectionOnSide, isSameDirectionAndTypeclearCache, clearRemoved, fillCrashReportCategory, getBlockPos, getBlockState, getLevel, getTileData, getType, getViewDistance, hasLevel, isRemoved, loadStatic, logInvalidState, mirror, onChunkUnloaded, onlyOpCanSetNbt, rotate, setChanged, setLevelAndPosition, setPosition, setRemoved, triggerEventareCapsCompatible, areCapsCompatible, deserializeCaps, gatherCapabilities, gatherCapabilities, gatherCapabilities, getCapabilities, getCapability, invalidateCaps, reviveCaps, serializeCapsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic boolean processingClone
public boolean growingPokemon
public boolean isBroken
public float xboost
public float zboost
public PixelmonEntity pixelmon
public java.lang.String pokemonName
public boolean isShiny
public Pokemon mew
public java.util.UUID owner
public int boostLevel
public int boostCount
public float lasPos
public int pokemonProgress
public boolean isFinished
public void tick()
tick in interface net.minecraft.tileentity.ITickableTileEntitypublic void load(net.minecraft.block.BlockState state,
net.minecraft.nbt.CompoundNBT nbt)
load in class net.minecraft.tileentity.TileEntitypublic net.minecraft.nbt.CompoundNBT save(net.minecraft.nbt.CompoundNBT nbt)
save in class net.minecraft.tileentity.TileEntitypublic net.minecraft.nbt.CompoundNBT getUpdateTag()
getUpdateTag in class net.minecraft.tileentity.TileEntitypublic boolean hasMew()
public net.minecraft.network.play.server.SUpdateTileEntityPacket getUpdatePacket()
getUpdatePacket in class net.minecraft.tileentity.TileEntitypublic void onDataPacket(net.minecraft.network.NetworkManager net,
net.minecraft.network.play.server.SUpdateTileEntityPacket pkt)
onDataPacket in interface net.minecraftforge.common.extensions.IForgeTileEntitypublic void activate(net.minecraft.entity.player.PlayerEntity player,
net.minecraft.item.ItemStack heldItem)
public void releasePokemon()
public void onDestroy()