public class BlockInfo
extends java.lang.Object
Constructor and Description |
---|
BlockInfo() |
Modifier and Type | Method and Description |
---|---|
float[][][] |
getAo() |
Block |
getBlock() |
float[][][][] |
getBlockLight() |
BlockPos |
getBlockPos() |
int |
getCachedMultiplier() |
int |
getCachedTint() |
int |
getColorMultiplier(int tint) |
float |
getShx() |
float |
getShy() |
float |
getShz() |
float[][][][] |
getSkyLight() |
boolean[][][] |
getTranslucent() |
IBlockAccess |
getWorld() |
void |
setBlock(Block block) |
void |
setBlockPos(BlockPos blockPos) |
void |
setWorld(IBlockAccess world) |
void |
updateLightMatrix() |
void |
updateShift() |
void |
updateShift(boolean ignoreY) |
public int getColorMultiplier(int tint)
public void updateShift()
public void updateShift(boolean ignoreY)
public void setWorld(IBlockAccess world)
public void setBlock(Block block)
public void setBlockPos(BlockPos blockPos)
public void updateLightMatrix()
public IBlockAccess getWorld()
public Block getBlock()
public BlockPos getBlockPos()
public boolean[][][] getTranslucent()
public float[][][][] getSkyLight()
public float[][][][] getBlockLight()
public float[][][] getAo()
public float getShx()
public float getShy()
public float getShz()
public int getCachedTint()
public int getCachedMultiplier()