public class BlockRedstoneComparator extends BlockRedstoneDiode implements ITileEntityProvider
Block.SoundType
isRepeaterPowered
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
Constructor and Description |
---|
BlockRedstoneComparator(boolean p_i45399_1_) |
Modifier and Type | Method and Description |
---|---|
void |
breakBlock(World p_149749_1_,
int p_149749_2_,
int p_149749_3_,
int p_149749_4_,
Block p_149749_5_,
int p_149749_6_) |
TileEntity |
createNewTileEntity(World p_149915_1_,
int p_149915_2_) |
protected void |
func_149897_b(World p_149897_1_,
int p_149897_2_,
int p_149897_3_,
int p_149897_4_,
Block p_149897_5_) |
protected int |
func_149901_b(int p_149901_1_) |
protected int |
func_149904_f(IBlockAccess p_149904_1_,
int p_149904_2_,
int p_149904_3_,
int p_149904_4_,
int p_149904_5_) |
protected boolean |
func_149905_c(int p_149905_1_) |
boolean |
func_149969_d(int p_149969_1_) |
protected BlockRedstoneDiode |
getBlockPowered() |
protected BlockRedstoneDiode |
getBlockUnpowered() |
IIcon |
getIcon(int p_149691_1_,
int p_149691_2_) |
protected int |
getInputStrength(World p_149903_1_,
int p_149903_2_,
int p_149903_3_,
int p_149903_4_,
int p_149903_5_) |
Item |
getItem(World p_149694_1_,
int p_149694_2_,
int p_149694_3_,
int p_149694_4_) |
Item |
getItemDropped(int p_149650_1_,
java.util.Random p_149650_2_,
int p_149650_3_) |
int |
getRenderType() |
TileEntityComparator |
getTileEntityComparator(IBlockAccess p_149971_1_,
int p_149971_2_,
int p_149971_3_,
int p_149971_4_) |
protected boolean |
isGettingInput(World p_149900_1_,
int p_149900_2_,
int p_149900_3_,
int p_149900_4_,
int p_149900_5_) |
boolean |
onBlockActivated(World p_149727_1_,
int p_149727_2_,
int p_149727_3_,
int p_149727_4_,
EntityPlayer p_149727_5_,
int p_149727_6_,
float p_149727_7_,
float p_149727_8_,
float p_149727_9_) |
void |
onBlockAdded(World p_149726_1_,
int p_149726_2_,
int p_149726_3_,
int p_149726_4_) |
boolean |
onBlockEventReceived(World p_149696_1_,
int p_149696_2_,
int p_149696_3_,
int p_149696_4_,
int p_149696_5_,
int p_149696_6_) |
void |
updateTick(World p_149674_1_,
int p_149674_2_,
int p_149674_3_,
int p_149674_4_,
java.util.Random p_149674_5_) |
canBlockStay, canPlaceBlockAt, canProvidePower, func_149899_k, func_149902_h, func_149907_e, func_149908_a, func_149910_g, func_149911_e, func_149912_i, func_149913_i, isAssociatedBlock, isOpaqueCube, isProvidingStrongPower, isProvidingWeakPower, isRedstoneRepeaterBlockID, onBlockDestroyedByPlayer, onBlockPlacedBy, onNeighborBlockChange, renderAsNormalBlock, shouldSideBeRendered
getDirection
addCollisionBoxesToList, canCollideCheck, canDropFromExplosion, canPlaceBlockOnSide, canReplace, canSilkHarvest, collisionRayTrace, 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, getCollisionBoundingBoxFromPool, getComparatorInputOverride, getCreativeTabToDisplayOn, getDamageValue, getEnableStats, getExplosionResistance, getIcon, getIdFromBlock, getItemIconName, getLightOpacity, getLightValue, getLocalizedName, getMapColor, getMaterial, getMixedBrightnessForBlock, getMobilityFlag, getPlayerRelativeBlockHardness, getRenderBlockPass, getRenderColor, getSelectedBoundingBoxFromPool, getSubBlocks, getTextureName, getTickRandomly, getUnlocalizedName, getUseNeighborBrightness, harvestBlock, hasComparatorInputOverride, hasTileEntity, isBlockNormalCube, isBlockSolid, isCollidable, isEqualTo, isFlowerPot, isNormalCube, onBlockClicked, onBlockDestroyedByExplosion, onBlockHarvested, onBlockPlaced, onBlockPreDestroy, onEntityCollidedWithBlock, onEntityWalking, onFallenUpon, onPostBlockPlaced, quantityDropped, quantityDroppedWithBonus, randomDisplayTick, registerBlockIcons, registerBlocks, setBlockBounds, setBlockBoundsBasedOnState, setBlockBoundsForItemRender, setBlockName, setBlockTextureName, setBlockUnbreakable, setCreativeTab, setHardness, setLightLevel, setLightOpacity, setResistance, setStepSound, setTickRandomly, tickRate, velocityToAddToEntity
public Item getItemDropped(int p_149650_1_, java.util.Random p_149650_2_, int p_149650_3_)
getItemDropped
in class Block
protected int func_149901_b(int p_149901_1_)
func_149901_b
in class BlockRedstoneDiode
protected BlockRedstoneDiode getBlockPowered()
getBlockPowered
in class BlockRedstoneDiode
protected BlockRedstoneDiode getBlockUnpowered()
getBlockUnpowered
in class BlockRedstoneDiode
public int getRenderType()
getRenderType
in class BlockRedstoneDiode
public IIcon getIcon(int p_149691_1_, int p_149691_2_)
getIcon
in class BlockRedstoneDiode
protected boolean func_149905_c(int p_149905_1_)
func_149905_c
in class BlockRedstoneDiode
protected int func_149904_f(IBlockAccess p_149904_1_, int p_149904_2_, int p_149904_3_, int p_149904_4_, int p_149904_5_)
func_149904_f
in class BlockRedstoneDiode
public boolean func_149969_d(int p_149969_1_)
protected boolean isGettingInput(World p_149900_1_, int p_149900_2_, int p_149900_3_, int p_149900_4_, int p_149900_5_)
isGettingInput
in class BlockRedstoneDiode
protected int getInputStrength(World p_149903_1_, int p_149903_2_, int p_149903_3_, int p_149903_4_, int p_149903_5_)
getInputStrength
in class BlockRedstoneDiode
public TileEntityComparator getTileEntityComparator(IBlockAccess p_149971_1_, int p_149971_2_, int p_149971_3_, int p_149971_4_)
public boolean onBlockActivated(World p_149727_1_, int p_149727_2_, int p_149727_3_, int p_149727_4_, EntityPlayer p_149727_5_, int p_149727_6_, float p_149727_7_, float p_149727_8_, float p_149727_9_)
onBlockActivated
in class Block
protected void func_149897_b(World p_149897_1_, int p_149897_2_, int p_149897_3_, int p_149897_4_, Block p_149897_5_)
func_149897_b
in class BlockRedstoneDiode
public void updateTick(World p_149674_1_, int p_149674_2_, int p_149674_3_, int p_149674_4_, java.util.Random p_149674_5_)
updateTick
in class BlockRedstoneDiode
public void onBlockAdded(World p_149726_1_, int p_149726_2_, int p_149726_3_, int p_149726_4_)
onBlockAdded
in class BlockRedstoneDiode
public void breakBlock(World p_149749_1_, int p_149749_2_, int p_149749_3_, int p_149749_4_, Block p_149749_5_, int p_149749_6_)
breakBlock
in class Block
public boolean onBlockEventReceived(World p_149696_1_, int p_149696_2_, int p_149696_3_, int p_149696_4_, int p_149696_5_, int p_149696_6_)
onBlockEventReceived
in class Block
public TileEntity createNewTileEntity(World p_149915_1_, int p_149915_2_)
createNewTileEntity
in interface ITileEntityProvider