public class BlockOldLeaf extends BlockLeaves
Block.SoundType| Modifier and Type | Field and Description |
|---|---|
static java.lang.String[][] |
field_150130_N |
static java.lang.String[] |
field_150131_O |
field_150127_b, field_150129_Mfield_150121_PblockConstructorCalled, blockHardness, blockIcon, blockMaterial, blockParticleGravity, blockRegistry, blockResistance, canBlockGrass, delegate, enableStats, isBlockContainer, lightOpacity, lightValue, maxX, maxY, maxZ, minX, minY, minZ, needsRandomTick, opaque, slipperiness, soundTypeAnvil, soundTypeCloth, soundTypeGlass, soundTypeGrass, soundTypeGravel, soundTypeLadder, soundTypeMetal, soundTypePiston, soundTypeSand, soundTypeSnow, soundTypeStone, soundTypeWood, stepSound, textureName, useNeighborBrightness| Constructor and Description |
|---|
BlockOldLeaf() |
| Modifier and Type | Method and Description |
|---|---|
int |
colorMultiplier(IBlockAccess p_149720_1_,
int p_149720_2_,
int p_149720_3_,
int p_149720_4_) |
protected int |
func_150123_b(int p_150123_1_) |
protected void |
func_150124_c(World p_150124_1_,
int p_150124_2_,
int p_150124_3_,
int p_150124_4_,
int p_150124_5_,
int p_150124_6_) |
java.lang.String[] |
func_150125_e() |
IIcon |
getIcon(int p_149691_1_,
int p_149691_2_) |
int |
getRenderColor(int p_149741_1_) |
void |
getSubBlocks(Item p_149666_1_,
CreativeTabs p_149666_2_,
java.util.List p_149666_3_) |
void |
registerBlockIcons(IIconRegister p_149651_1_) |
breakBlock, createStackedBlock, damageDropped, dropBlockAsItemWithChance, getBlockColor, getItemDropped, harvestBlock, isOpaqueCube, quantityDropped, randomDisplayTick, setGraphicsLevel, updateTickshouldSideBeRenderedaddCollisionBoxesToList, canBlockStay, canCollideCheck, canDropFromExplosion, canPlaceBlockAt, canPlaceBlockOnSide, canProvidePower, canReplace, canSilkHarvest, collisionRayTrace, disableStats, dropBlockAsItem, dropBlockAsItem, dropXpOnBlockBreak, fillWithRain, func_149698_L, func_149730_j, func_149735_b, getAmbientOcclusionLightValue, getBlockBoundsMaxX, getBlockBoundsMaxY, getBlockBoundsMaxZ, getBlockBoundsMinX, getBlockBoundsMinY, getBlockBoundsMinZ, getBlockById, getBlockFromItem, getBlockFromName, getBlockHardness, getBlocksMovement, getBlockTextureFromSide, getCanBlockGrass, getCollisionBoundingBoxFromPool, getComparatorInputOverride, getCreativeTabToDisplayOn, getDamageValue, getEnableStats, getExplosionResistance, getIcon, getIdFromBlock, getItem, getItemIconName, getLightOpacity, getLightValue, getLocalizedName, getMapColor, getMaterial, getMixedBrightnessForBlock, getMobilityFlag, getPlayerRelativeBlockHardness, getRenderBlockPass, getRenderType, getSelectedBoundingBoxFromPool, getTextureName, getTickRandomly, getUnlocalizedName, getUseNeighborBrightness, hasComparatorInputOverride, hasTileEntity, isAssociatedBlock, isBlockNormalCube, isBlockSolid, isCollidable, isEqualTo, isFlowerPot, isNormalCube, isProvidingStrongPower, isProvidingWeakPower, onBlockActivated, onBlockAdded, onBlockClicked, onBlockDestroyedByExplosion, onBlockDestroyedByPlayer, onBlockEventReceived, onBlockHarvested, onBlockPlaced, onBlockPlacedBy, onBlockPreDestroy, onEntityCollidedWithBlock, onEntityWalking, onFallenUpon, onNeighborBlockChange, onPostBlockPlaced, quantityDroppedWithBonus, registerBlocks, renderAsNormalBlock, setBlockBounds, setBlockBoundsBasedOnState, setBlockBoundsForItemRender, setBlockName, setBlockTextureName, setBlockUnbreakable, setCreativeTab, setHardness, setLightLevel, setLightOpacity, setResistance, setStepSound, setTickRandomly, tickRate, velocityToAddToEntitypublic static final java.lang.String[][] field_150130_N
public static final java.lang.String[] field_150131_O
public int getRenderColor(int p_149741_1_)
getRenderColor in class BlockLeavespublic int colorMultiplier(IBlockAccess p_149720_1_, int p_149720_2_, int p_149720_3_, int p_149720_4_)
colorMultiplier in class BlockLeavesprotected void func_150124_c(World p_150124_1_, int p_150124_2_, int p_150124_3_, int p_150124_4_, int p_150124_5_, int p_150124_6_)
func_150124_c in class BlockLeavesprotected int func_150123_b(int p_150123_1_)
func_150123_b in class BlockLeavespublic IIcon getIcon(int p_149691_1_, int p_149691_2_)
getIcon in class BlockLeavespublic void getSubBlocks(Item p_149666_1_, CreativeTabs p_149666_2_, java.util.List p_149666_3_)
getSubBlocks in class Blockpublic void registerBlockIcons(IIconRegister p_149651_1_)
registerBlockIcons in class Blockpublic java.lang.String[] func_150125_e()
func_150125_e in class BlockLeaves