public class EnchantingTableTileEntity extends TileEntity implements INameable, ITickableTileEntity
| 修飾子とタイプ | フィールドと説明 |
|---|---|
int |
field_195522_a |
float |
field_195523_f |
float |
field_195524_g |
float |
field_195525_h |
float |
field_195526_i |
float |
field_195527_j |
float |
field_195528_k |
float |
field_195529_l |
float |
field_195530_m |
float |
field_195531_n |
pos, removed, worldINFINITE_EXTENT_AABB| コンストラクタと説明 |
|---|
EnchantingTableTileEntity() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ITextComponent |
getCustomName() |
ITextComponent |
getName() |
void |
read(CompoundNBT compound) |
void |
setCustomName(ITextComponent name) |
void |
tick() |
CompoundNBT |
write(CompoundNBT compound) |
addInfoToCrashReport, create, getBlockState, getDistanceSq, getMaxRenderDistanceSquared, getPos, getTileData, getType, getUpdatePacket, getUpdateTag, getWorld, hasWorld, isRemoved, markDirty, mirror, onlyOpsCanSetNbt, receiveClientEvent, remove, rotate, setPos, setWorldAndPos, updateContainingBlockInfo, validate, warnInvalidBlockareCapsCompatible, areCapsCompatible, deserializeCaps, gatherCapabilities, gatherCapabilities, getCapabilities, getCapability, invalidateCaps, reviveCaps, serializeCapsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDisplayName, hasCustomNamecanRenderBreaking, deserializeNBT, getModelData, getRenderBoundingBox, getTileEntity, handleUpdateTag, hasFastRenderer, onChunkUnloaded, onDataPacket, onLoad, requestModelDataUpdate, serializeNBTgetCapability, getCapabilitypublic int field_195522_a
public float field_195523_f
public float field_195524_g
public float field_195525_h
public float field_195526_i
public float field_195527_j
public float field_195528_k
public float field_195529_l
public float field_195530_m
public float field_195531_n
public CompoundNBT write(CompoundNBT compound)
write クラス内 TileEntitypublic void read(CompoundNBT compound)
read クラス内 TileEntitypublic void tick()
tick インタフェース内 ITickableTileEntitypublic ITextComponent getName()
public void setCustomName(@Nullable
ITextComponent name)
@Nullable public ITextComponent getCustomName()
getCustomName インタフェース内 INameable