History - net.minecraft.block.Block
1.7.10
Names
aji
net.minecraft.class_197
net.minecraft.block.Block
net.minecraft.block.Block
Fields
IdRegistry: c, field_7260, REGISTRY, blockRegistry
CreativeModeTab: a, field_372, creativeModeTab, displayOnCreativeTab
String: d, field_6259, spriteName, textureName
Block__Sounds: e, field_483, DEFAULT_SOUNDS, soundTypeStone
Block__Sounds: f, field_484, WOOD_SOUNDS, soundTypeWood
Block__Sounds: g, field_7261, GRAVEL_SOUNDS, soundTypeGravel
Block__Sounds: h, field_486, GRASS_SOUNDS, soundTypeGrass
Block__Sounds: i, field_487, STONE_SOUNDS, soundTypePiston
Block__Sounds: j, field_7262, METAL_SOUNDS, soundTypeMetal
Block__Sounds: k, field_7263, GLASS_SOUNDS, soundTypeGlass
Block__Sounds: l, field_7264, CLOTH_SOUNDS, soundTypeCloth
Block__Sounds: m, field_7265, SAND_SOUNDS, soundTypeSand
Block__Sounds: n, field_7266, SNOW_SOUNDS, soundTypeSnow
Block__Sounds: o, field_7267, LADDER_SOUNDS, soundTypeLadder
Block__Sounds: p, field_7268, ANVIL_SOUNDS, soundTypeAnvil
boolean: q, field_7269, opaqueCube, fullBlock
int: r, field_7270, opacity, lightOpacity
boolean: s, field_7271, isTranslucent, translucent
int: t, field_7272, light, lightValue
boolean: u, field_7273, useNeighborLight, useNeighborBrightness
float: v, field_467, miningTime, blockHardness
float: w, field_468, blastResistance, blockResistance
boolean: x, field_469, f_12284928, blockConstructorCalled
boolean: y, field_470, stats, enableStats
boolean: z, field_471, ticksRandomly, needsRandomTick
boolean: A, field_472, hasBlockEntity, isBlockContainer
double: B, field_473, minX, minX
double: C, field_474, minY, minY
double: D, field_475, minZ, minZ
double: E, field_476, maxX, maxX
double: F, field_477, maxY, maxY
double: G, field_478, maxZ, maxZ
Block__Sounds: H, field_479, sounds, stepSound
float: I, field_480, gravity, blockParticleGravity
Material: J, field_481, material, blockMaterial
float: K, field_482, slipperiness, slipperiness
String: b, field_425, key, unlocalizedName
Sprite: L, field_5620, sprite, blockIcon
Constructors
(Material)
Methods
int (Block): b, method_6445, getId, getIdFromBlock
Block (int): e, method_6448, byId, getBlockById
Block (Item): a, method_6442, byItem, getBlockFromItem
Block (String): b, method_6446, byKey, getBlockFromName
boolean (): j, method_6451, isOpaque, isFullBlock
int (): k, method_6452, getOpacity, getLightOpacity
int (): m, method_6454, getLight, getLightValue
boolean (): n, method_6455, usesNeighborLight, getUseNeighborBrightness
Material (): o, method_6456, getMaterial, getMaterial
MapColor (int): f, method_6449, getMapColor, getMapColor
void (): p, method_6457, init, registerBlocks
Block (Block__Sounds): a, method_401, setSounds, setStepSound
Block (int): g, method_6450, setOpacity, setLightOpacity
Block (float): a, method_6441, setLight, setLightLevel
Block (float): b, method_430, setBlastResistance, setResistance
boolean (): r, method_6459, isSolid, isNormalCube
boolean (): d, method_441, isCube, renderAsNormalBlock
boolean (WorldView, int, int, int): b, method_446, canWalkThrough, isPassable
int (): b, method_429, getRenderType, getRenderType
Block (float): c, method_442, setStrength, setHardness
Block (): s, method_474, setUnbreakable, setBlockUnbreakable
float (World, int, int, int): f, method_471, getMiningTime, getBlockHardness
Block (boolean): a, method_440, setTicksRandomly, setTickRandomly
boolean (): t, method_476, ticksRandomly, getTickRandomly
boolean (): u, method_478, hasBlockEntity, hasTileEntity
void (float, float, float, float, float, float): a, method_394, setShape, setBlockBounds
boolean (WorldView, int, int, int, int): d, method_452, isFaceSolid, isBlockSolid
void (World, int, int, int, Box, List, Entity): a, method_413, addCollisions, addCollisionBoxesToList
Box (World, int, int, int): a, method_454, getCollisionShape, getCollisionBoundingBoxFromPool
boolean (): c, method_449, isSolidRender, isOpaqueCube
boolean (int, boolean): a, method_400, canRayTrace, canStopRayTrace
boolean (): v, method_469, canRayTrace, isCollidable
void (World, int, int, int, Random): a, method_436, tick, updateTick
void (World, int, int, int, int): b, method_451, onBroken, onBlockDestroyedByPlayer
void (World, int, int, int, Block): a, method_408, neighborChanged, onNeighborBlockChange
int (World): a, method_4789, getTickRate, tickRate
void (World, int, int, int): b, method_460, onAdded, onBlockAdded
void (World, int, int, int, Block, int): a, method_411, onRemoved, breakBlock
int (Random): a, method_403, getBaseDropCount, quantityDropped
Item (int, Random, int): a, method_398, getDropItem, getItemDropped
float (PlayerEntity, World, int, int, int): a, method_405, getMiningSpeed, getPlayerRelativeBlockHardness
void (World, int, int, int, int, int): b, method_445, dropItems, dropBlockAsItem
void (World, int, int, int, int, float, int): a, method_410, dropItems, dropBlockAsItemWithChance
void (World, int, int, int, ItemStack): a, method_422, dropItem, dropBlockAsItem
void (World, int, int, int, int): c, method_461, dropXp, dropXpOnBlockBreak
int (int): a, method_431, getDropItemMetadata, damageDropped
float (Entity): a, method_404, getBlastResistance, getExplosionResistance
HitResult (World, int, int, int, Vec3d, Vec3d): a, method_414, rayTrace, collisionRayTrace
boolean (Vec3d): a, method_402, containsX, isVecInsideYZBounds
boolean (Vec3d): b, method_432, containsY, isVecInsideXZBounds
boolean (Vec3d): c, method_443, containsZ, isVecInsideXYBounds
void (World, int, int, int, Explosion): a, method_468, onExploded, onBlockDestroyedByExplosion
boolean (World, int, int, int, int, ItemStack): a, method_4790, canBePlaced, canReplace
boolean (World, int, int, int, int): d, method_428, canBePlaced, canPlaceBlockOnSide
boolean (World, int, int, int): c, method_434, canBePlaced, canPlaceBlockAt
boolean (World, int, int, int, PlayerEntity, int, float, float, float): a, method_421, use, onBlockActivated
void (World, int, int, int, Entity): b, method_437, onSteppedOn, onEntityWalking
int (World, int, int, int, int, float, float, float, int): a, method_4185, getPlacementMetadata, onBlockPlaced
void (World, int, int, int, PlayerEntity): a, method_420, startMining, onBlockClicked
void (World, int, int, int, Entity, Vec3d): a, method_418, applyMaterialDrag, modifyEntityVelocity
void (WorldView, int, int, int): a, method_425, updateShape, setBlockBoundsBasedOnState
double (): x, method_4189, getMinX, getBlockBoundsMinX
double (): y, method_4190, getMaxX, getBlockBoundsMaxX
double (): z, method_4191, getMinY, getBlockBoundsMinY
double (): A, method_4192, getMaxY, getBlockBoundsMaxY
double (): B, method_4193, getMinZ, getBlockBoundsMinZ
double (): C, method_4183, getMaxZ, getBlockBoundsMaxZ
int (WorldView, int, int, int, int): b, method_426, getSignal, isProvidingWeakPower
boolean (): f, method_466, isSignalSource, canProvidePower
void (World, int, int, int, Entity): a, method_416, onEntityCollision, onEntityCollidedWithBlock
int (WorldView, int, int, int, int): c, method_444, getDirectSignal, isProvidingStrongPower
void (): g, method_456, resetShape, setBlockBoundsForItemRender
void (World, PlayerEntity, int, int, int, int): a, method_424, afterMinedByPlayer, harvestBlock
boolean (): E, method_475, hasSilkTouchDrops, canSilkHarvest
ItemStack (int): j, method_448, getSilkTouchDrop, createStackedBlock
int (int, Random): a, method_397, getDropCount, quantityDroppedWithBonus
boolean (World, int, int, int): j, method_450, canSurvive, canBlockStay
void (World, int, int, int, LivingEntity, ItemStack): a, method_419, onPlaced, onBlockPlacedBy
void (World, int, int, int, int): e, method_4186, onPlaced, onPostBlockPlaced
Block (String): c, method_433, setKey, setUnlocalizedName
String (): F, method_480, getName, getLocalizedName
String (): a, method_392, getTranslationKey, getUnlocalizedName
boolean (World, int, int, int, int, int): a, method_435, doEvent, onBlockEventReceived
boolean (): G, method_481, hasStats, getEnableStats
Block (): H, method_482, disableStats, disableStats
int (): h, method_453, getPistonMoveBehavior, getMobilityFlag
void (World, int, int, int, Entity, float): a, method_417, onFallenOn, onFallenUpon
int (World, int, int, int): k, method_463, getPickItemMetadata, getDamageValue
Block (CreativeModeTab): a, method_406, setCreativeModeTab, setCreativeTab
void (World, int, int, int, int, PlayerEntity): a, method_412, beforeMinedByPlayer, onBlockHarvested
void (World, int, int, int, int): f, method_464, beforeRemoved, onBlockPreDestroy
void (World, int, int, int): l, method_457, randomPrecipitationTick, fillWithRain
boolean (): L, method_4187, acceptsImmediateTicks, requiresUpdates
boolean (Explosion): a, method_4184, shouldDropItemsOnExplosion, canDropFromExplosion
boolean (Block): c, method_6447, is, isAssociatedBlock
boolean (Block, Block): a, method_6443, areEqual, isEqualTo
boolean (): M, method_4797, isAnalogSignalSource, hasComparatorInputOverride
int (World, int, int, int, int): g, method_4793, getAnalogSignal, getComparatorInputOverride
Block (String): d, method_5546, setSpriteName, setTextureName
boolean (): l, method_6453, isTranslucent, isTranslucent
boolean (): q, method_6458, blocksAmbientLight, isBlockNormalCube
int (WorldView, int, int, int): c, method_455, getLightColor, getMixedBrightnessForBlock
boolean (WorldView, int, int, int, int): a, method_447, shouldRenderFace, shouldSideBeRendered
Sprite (WorldView, int, int, int, int): e, method_4794, getSprite, getIcon
Sprite (int, int): a, method_395, getSprite, getIcon
Sprite (int): h, method_4796, getSprite, getBlockTextureFromSide
Box (World, int, int, int): g, method_427, getOutlineShape, getSelectedBoundingBoxFromPool
void (World, int, int, int, Random): b, method_415, randomDisplayTick, randomDisplayTick
int (): w, method_479, getRenderLayer, getRenderBlockPass
int (): D, method_470, getColor, getBlockColor
int (int): i, method_459, getColor, getRenderColor
int (WorldView, int, int, int): d, method_438, getColorTint, colorMultiplier
float (): I, method_6440, getAmbientOcclusionLight, getAmbientOcclusionLightValue
Item (World, int, int, int): d, method_407, getPickItem, getItem
void (Item, CreativeModeTab, List): a, method_399, addToCreativeMenu, getSubBlocks
CreativeModeTab (): J, method_483, getCreativeModeTab, getCreativeTabToDisplayOn
boolean (): K, method_4188, hasPickItemMetadata, isFlowerPot
String (): N, method_5545, getSpriteName, getTextureName
Sprite (int, int): b, method_6444, getSpriteForColor, getItemIcon
void (SpriteRegistry): a, method_4791, registerSprites, registerIcons
String (): O, method_4798, getItemSpriteName, getItemIconName