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, isSameDirectionAndType
clearCache, clearRemoved, fillCrashReportCategory, getBlockPos, getBlockState, getLevel, getTileData, getType, getViewDistance, hasLevel, isRemoved, loadStatic, logInvalidState, mirror, onChunkUnloaded, onlyOpCanSetNbt, rotate, setChanged, setLevelAndPosition, setPosition, setRemoved, triggerEvent
areCapsCompatible, areCapsCompatible, deserializeCaps, gatherCapabilities, gatherCapabilities, gatherCapabilities, getCapabilities, getCapability, invalidateCaps, reviveCaps, serializeCaps
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public 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.ITickableTileEntity
public void load(net.minecraft.block.BlockState state, net.minecraft.nbt.CompoundNBT nbt)
load
in class net.minecraft.tileentity.TileEntity
public net.minecraft.nbt.CompoundNBT save(net.minecraft.nbt.CompoundNBT nbt)
save
in class net.minecraft.tileentity.TileEntity
public net.minecraft.nbt.CompoundNBT getUpdateTag()
getUpdateTag
in class net.minecraft.tileentity.TileEntity
public boolean hasMew()
public net.minecraft.network.play.server.SUpdateTileEntityPacket getUpdatePacket()
getUpdatePacket
in class net.minecraft.tileentity.TileEntity
public void onDataPacket(net.minecraft.network.NetworkManager net, net.minecraft.network.play.server.SUpdateTileEntityPacket pkt)
onDataPacket
in interface net.minecraftforge.common.extensions.IForgeTileEntity
public void activate(net.minecraft.entity.player.PlayerEntity player, net.minecraft.item.ItemStack heldItem)
public void releasePokemon()
public void onDestroy()