public class TileEntityBlockChiseledTESR extends TileEntityBlockChiseled
TileEntityBlockChiseled.TileEntityBlockChiseledDummyocclusionState| Constructor and Description |
|---|
TileEntityBlockChiseledTESR() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canRenderBreaking() |
void |
completeEditOperation(VoxelBlob vb) |
protected void |
finalize() |
void |
finishUpdate() |
TileRenderCache |
getCache() |
double |
getMaxRenderDistanceSquared() |
net.minecraft.util.math.AxisAlignedBB |
getRenderBoundingBox() |
TileRenderChunk |
getRenderChunk() |
net.minecraftforge.common.property.IExtendedBlockState |
getTileRenderState(net.minecraft.world.IBlockAccess world) |
boolean |
hasFastRenderer() |
void |
invalidate() |
boolean |
isSideOpaque(net.minecraft.util.EnumFacing side) |
void |
onChunkUnload() |
boolean |
shouldRenderInPass(int pass) |
protected void |
tesrUpdate(net.minecraft.world.IBlockAccess access,
VoxelNeighborRenderTracker vns) |
canMerge, copyFrom, fillWith, getBasicState, getBlob, getBlobStateReference, getBlockInfo, getBlockState, getBoxes, getItemStack, getLightValue, getPreferedBlock, getRenderState, getState, getTileContainer, getUpdatePacket, getUpdateTag, handleUpdateTag, isBlobOccluded, isInnerSideOpaque, isNormalCube, isSideSolid, mirror, onDataPacket, readChisleData, readFromNBT, rotate, rotateBlock, saveData, sendUpdate, setBlob, setBlob, setLightFromBlock, setNormalCube, setState, shouldRefresh, supportsSwapping, updateBlob, writeChisleData, writeTileEntityToTag, writeToNBTaddInfoToCrashReport, create, deserializeNBT, func_190559_a, getBlockMetadata, getBlockType, getCapability, getDisplayName, getDistanceSq, getPos, getTileData, getWorld, hasCapability, hasWorldObj, isInvalid, markDirty, onLoad, onlyOpsCanSetNbt, receiveClientEvent, restrictNBTCopy, serializeNBT, setPos, setWorldCreate, setWorldObj, updateContainingBlockInfo, validatepublic boolean canRenderBreaking()
canRenderBreaking in class net.minecraft.tileentity.TileEntitypublic TileRenderChunk getRenderChunk()
public boolean hasFastRenderer()
hasFastRenderer in class net.minecraft.tileentity.TileEntityprotected void tesrUpdate(net.minecraft.world.IBlockAccess access,
VoxelNeighborRenderTracker vns)
tesrUpdate in class TileEntityBlockChiseledpublic TileRenderCache getCache()
public void invalidate()
invalidate in class TileEntityBlockChiseledpublic void onChunkUnload()
onChunkUnload in class net.minecraft.tileentity.TileEntityprotected void finalize()
throws java.lang.Throwable
finalize in class java.lang.Objectjava.lang.Throwablepublic net.minecraftforge.common.property.IExtendedBlockState getTileRenderState(net.minecraft.world.IBlockAccess world)
public boolean shouldRenderInPass(int pass)
shouldRenderInPass in class net.minecraft.tileentity.TileEntitypublic net.minecraft.util.math.AxisAlignedBB getRenderBoundingBox()
getRenderBoundingBox in class TileEntityBlockChiseledpublic boolean isSideOpaque(net.minecraft.util.EnumFacing side)
isSideOpaque in class TileEntityBlockChiseledpublic double getMaxRenderDistanceSquared()
getMaxRenderDistanceSquared in class net.minecraft.tileentity.TileEntitypublic void completeEditOperation(VoxelBlob vb)
completeEditOperation in class TileEntityBlockChiseledpublic void finishUpdate()
finishUpdate in class TileEntityBlockChiseled