public class BlockNewLeaf extends BlockLeaves
Block.SoundType| Modifier and Type | Field and Description |
|---|---|
static java.lang.String[][] |
field_150132_N |
static java.lang.String[] |
field_150133_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 |
|---|
BlockNewLeaf() |
| Modifier and Type | Method and Description |
|---|---|
int |
damageDropped(int p_149692_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() |
int |
getDamageValue(World p_149643_1_,
int p_149643_2_,
int p_149643_3_,
int p_149643_4_) |
IIcon |
getIcon(int p_149691_1_,
int p_149691_2_) |
void |
getSubBlocks(Item p_149666_1_,
CreativeTabs p_149666_2_,
java.util.List p_149666_3_) |
void |
registerBlockIcons(IIconRegister p_149651_1_) |
breakBlock, colorMultiplier, createStackedBlock, dropBlockAsItemWithChance, func_150123_b, getBlockColor, getItemDropped, getRenderColor, 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, 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_150132_N
public static final java.lang.String[] field_150133_O
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_)
func_150124_c in class BlockLeavespublic int damageDropped(int p_149692_1_)
damageDropped in class BlockLeavespublic int getDamageValue(World p_149643_1_, int p_149643_2_, int p_149643_3_, int p_149643_4_)
getDamageValue in class Blockpublic 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