public class CommandBlockTileEntity extends TileEntity
| 修飾子とタイプ | クラスと説明 | 
|---|---|
| static class  | CommandBlockTileEntity.Mode | 
pos, removed, worldINFINITE_EXTENT_AABB| コンストラクタと説明 | 
|---|
| CommandBlockTileEntity() | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| void | func_226987_h_() | 
| CommandBlockLogic | getCommandBlockLogic() | 
| CommandBlockTileEntity.Mode | getMode() | 
| SUpdateTileEntityPacket | getUpdatePacket()Retrieves packet to send to the client whenever this Tile Entity is resynced via World.notifyBlockUpdate. | 
| boolean | isAuto() | 
| boolean | isConditional() | 
| boolean | isConditionMet() | 
| boolean | isPowered() | 
| boolean | isSendToClient() | 
| boolean | onlyOpsCanSetNbt()Checks if players can use this tile entity to access operator (permission level 2) commands either directly or
 indirectly, such as give or setblock. | 
| void | read(CompoundNBT compound) | 
| void | setAuto(boolean autoIn) | 
| boolean | setConditionMet() | 
| void | setPowered(boolean poweredIn) | 
| void | setSendToClient(boolean p_184252_1_) | 
| void | validate()validates a tile entity | 
| CompoundNBT | write(CompoundNBT compound) | 
addInfoToCrashReport, create, getBlockState, getDistanceSq, getMaxRenderDistanceSquared, getPos, getTileData, getType, getUpdateTag, getWorld, hasWorld, isRemoved, markDirty, mirror, receiveClientEvent, remove, rotate, setPos, setWorldAndPos, updateContainingBlockInfo, warnInvalidBlockareCapsCompatible, areCapsCompatible, deserializeCaps, gatherCapabilities, gatherCapabilities, getCapabilities, getCapability, invalidateCaps, reviveCaps, serializeCapsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanRenderBreaking, deserializeNBT, getModelData, getRenderBoundingBox, getTileEntity, handleUpdateTag, hasFastRenderer, onChunkUnloaded, onDataPacket, onLoad, requestModelDataUpdate, serializeNBTgetCapability, getCapabilitypublic CompoundNBT write(CompoundNBT compound)
write クラス内 TileEntitypublic void read(CompoundNBT compound)
read クラス内 TileEntity@Nullable public SUpdateTileEntityPacket getUpdatePacket()
IForgeTileEntity.onDataPacket(net.minecraft.network.NetworkManager, net.minecraft.network.play.server.SUpdateTileEntityPacket)getUpdatePacket クラス内 TileEntitypublic boolean onlyOpsCanSetNbt()
Entity.ignoreItemEntityData().For example, signs (player right-clicking) and command blocks are considered
 accessible.
onlyOpsCanSetNbt クラス内 TileEntitypublic CommandBlockLogic getCommandBlockLogic()
public void setPowered(boolean poweredIn)
public boolean isPowered()
public boolean isAuto()
public void setAuto(boolean autoIn)
public void func_226987_h_()
public boolean isConditionMet()
public boolean setConditionMet()
public boolean isSendToClient()
public void setSendToClient(boolean p_184252_1_)
public CommandBlockTileEntity.Mode getMode()
public boolean isConditional()
public void validate()
validate クラス内 TileEntity