public class BlockRailPowered extends BlockRailBase
BlockRailBase.Rail
Block.SoundType
Modifier and Type | Field and Description |
---|---|
protected IIcon |
field_150059_b |
field_150053_a
blockConstructorCalled, 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
Modifier | Constructor and Description |
---|---|
protected |
BlockRailPowered() |
Modifier and Type | Method and Description |
---|---|
protected void |
func_150048_a(World p_150048_1_,
int p_150048_2_,
int p_150048_3_,
int p_150048_4_,
int p_150048_5_,
int p_150048_6_,
Block p_150048_7_) |
protected boolean |
func_150057_a(World p_150057_1_,
int p_150057_2_,
int p_150057_3_,
int p_150057_4_,
boolean p_150057_5_,
int p_150057_6_,
int p_150057_7_) |
protected boolean |
func_150058_a(World p_150058_1_,
int p_150058_2_,
int p_150058_3_,
int p_150058_4_,
int p_150058_5_,
boolean p_150058_6_,
int p_150058_7_) |
IIcon |
getIcon(int p_149691_1_,
int p_149691_2_) |
void |
registerBlockIcons(IIconRegister p_149651_1_) |
breakBlock, canPlaceBlockAt, collisionRayTrace, func_150049_b_, func_150051_a, func_150052_a, getCollisionBoundingBoxFromPool, getMobilityFlag, getRenderType, isOpaqueCube, isPowered, onBlockAdded, onNeighborBlockChange, quantityDropped, renderAsNormalBlock, setBlockBoundsBasedOnState
addCollisionBoxesToList, canBlockStay, canCollideCheck, canDropFromExplosion, canPlaceBlockOnSide, canProvidePower, canReplace, canSilkHarvest, colorMultiplier, createStackedBlock, damageDropped, disableStats, dropBlockAsItem, dropBlockAsItem, dropBlockAsItemWithChance, dropXpOnBlockBreak, fillWithRain, func_149698_L, func_149730_j, func_149735_b, getAmbientOcclusionLightValue, getBlockBoundsMaxX, getBlockBoundsMaxY, getBlockBoundsMaxZ, getBlockBoundsMinX, getBlockBoundsMinY, getBlockBoundsMinZ, getBlockById, getBlockColor, getBlockFromItem, getBlockFromName, getBlockHardness, getBlocksMovement, getBlockTextureFromSide, getCanBlockGrass, getComparatorInputOverride, getCreativeTabToDisplayOn, getDamageValue, getEnableStats, getExplosionResistance, getIcon, getIdFromBlock, getItem, getItemDropped, getItemIconName, getLightOpacity, getLightValue, getLocalizedName, getMapColor, getMaterial, getMixedBrightnessForBlock, getPlayerRelativeBlockHardness, getRenderBlockPass, getRenderColor, getSelectedBoundingBoxFromPool, getSubBlocks, getTextureName, getTickRandomly, getUnlocalizedName, getUseNeighborBrightness, harvestBlock, hasComparatorInputOverride, hasTileEntity, isAssociatedBlock, isBlockNormalCube, isBlockSolid, isCollidable, isEqualTo, isFlowerPot, isNormalCube, isProvidingStrongPower, isProvidingWeakPower, onBlockActivated, onBlockClicked, onBlockDestroyedByExplosion, onBlockDestroyedByPlayer, onBlockEventReceived, onBlockHarvested, onBlockPlaced, onBlockPlacedBy, onBlockPreDestroy, onEntityCollidedWithBlock, onEntityWalking, onFallenUpon, onPostBlockPlaced, quantityDroppedWithBonus, randomDisplayTick, registerBlocks, setBlockBounds, setBlockBoundsForItemRender, setBlockName, setBlockTextureName, setBlockUnbreakable, setCreativeTab, setHardness, setLightLevel, setLightOpacity, setResistance, setStepSound, setTickRandomly, shouldSideBeRendered, tickRate, updateTick, velocityToAddToEntity
protected IIcon field_150059_b
public void registerBlockIcons(IIconRegister p_149651_1_)
registerBlockIcons
in class Block
protected boolean func_150058_a(World p_150058_1_, int p_150058_2_, int p_150058_3_, int p_150058_4_, int p_150058_5_, boolean p_150058_6_, int p_150058_7_)
protected boolean func_150057_a(World p_150057_1_, int p_150057_2_, int p_150057_3_, int p_150057_4_, boolean p_150057_5_, int p_150057_6_, int p_150057_7_)
protected void func_150048_a(World p_150048_1_, int p_150048_2_, int p_150048_3_, int p_150048_4_, int p_150048_5_, int p_150048_6_, Block p_150048_7_)
func_150048_a
in class BlockRailBase