public class BattleSpectatorOwnedTileEntity extends OwnedTileEntity
| Constructor and Description |
|---|
BattleSpectatorOwnedTileEntity() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserializeNBT(net.minecraft.nbt.CompoundNBT nbt) |
BattleOwnedTileEntityController |
getBattleController() |
net.minecraft.util.math.BlockPos |
getControllerPosition() |
int |
getPlayerIndex() |
net.minecraft.nbt.CompoundNBT |
serializeNBT() |
void |
setControllerPosition(net.minecraft.util.math.BlockPos controllerPosition) |
void |
setPlayerIndex(int playerIndex) |
getOwnerId, getUpdatePacket, onDataPacket, setOwnerIdclearCache, clearRemoved, fillCrashReportCategory, getBlockPos, getBlockState, getLevel, getTileData, getType, getUpdateTag, getViewDistance, hasLevel, isRemoved, load, loadStatic, logInvalidState, mirror, onChunkUnloaded, onlyOpCanSetNbt, rotate, save, 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 void deserializeNBT(net.minecraft.nbt.CompoundNBT nbt)
deserializeNBT in interface net.minecraftforge.common.extensions.IForgeTileEntitydeserializeNBT in interface net.minecraftforge.common.util.INBTSerializable<net.minecraft.nbt.CompoundNBT>deserializeNBT in class OwnedTileEntitypublic net.minecraft.nbt.CompoundNBT serializeNBT()
serializeNBT in interface net.minecraftforge.common.extensions.IForgeTileEntityserializeNBT in interface net.minecraftforge.common.util.INBTSerializable<net.minecraft.nbt.CompoundNBT>serializeNBT in class OwnedTileEntitypublic BattleOwnedTileEntityController getBattleController()
public net.minecraft.util.math.BlockPos getControllerPosition()
public void setControllerPosition(net.minecraft.util.math.BlockPos controllerPosition)
public int getPlayerIndex()
public void setPlayerIndex(int playerIndex)