Package net.minecraft.block
Class RedstoneWireBlock
java.lang.Object
net.minecraft.block.Block
net.minecraft.block.RedstoneWireBlock
- Mappings:
Namespace Name intermediary net/minecraft/class_408glue class_447server loclient smnamed net/minecraft/block/RedstoneWireBlock
-
Field Summary
FieldsFields inherited from class net.minecraft.block.Block
BED, BEDROCK, BLOCKS, BLOCKS_ALLOW_VISION, BLOCKS_IGNORE_META_UPDATE, BLOCKS_LIGHT_LUMINANCE, BLOCKS_LIGHT_OPACITY, BLOCKS_OPAQUE, BLOCKS_RANDOM_TICK, BLOCKS_WITH_ENTITY, BOOKSHELF, BRICKS, BROWN_MUSHROOM, BUTTON, CACTUS, CAKE, CHEST, CLAY, COAL_ORE, COBBLESTONE, COBBLESTONE_STAIRS, COBWEB, constructed, CRAFTING_TABLE, DANDELION, DEAD_BUSH, DEFAULT_SOUND_GROUP, DETECTOR_RAIL, DIAMOND_BLOCK, DIAMOND_ORE, DIRT, DIRT_SOUND_GROUP, DISPENSER, DOOR, DOUBLE_SLAB, FARMLAND, FENCE, FIRE, FLOWING_LAVA, FLOWING_WATER, FURNACE, GLASS, GLASS_SOUND_GROUP, GLOWSTONE, GOLD_BLOCK, GOLD_ORE, GRASS, GRASS_BLOCK, GRAVEL, GRAVEL_SOUND_GROUP, hardness, ICE, id, IRON_BLOCK, IRON_DOOR, IRON_ORE, JACK_O_LANTERN, JUKEBOX, LADDER, LAPIS_BLOCK, LAPIS_ORE, LAVA, LEAVES, LEVER, LIT_FURNACE, LIT_REDSTONE_ORE, LIT_REDSTONE_TORCH, LOCKED_CHEST, LOG, material, maxX, maxY, maxZ, METAL_SOUND_GROUP, minX, minY, minZ, MOSSY_COBBLESTONE, MOVING_PISTON, NETHER_PORTAL, NETHERRACK, NOTE_BLOCK, OBSIDIAN, particleFallSpeedModifier, PISTON, PISTON_HEAD, PLANKS, POWERED_RAIL, POWERED_REPEATER, PUMPKIN, RAIL, RED_MUSHROOM, REDSTONE_ORE, REDSTONE_TORCH, REDSTONE_WIRE, REPEATER, resistance, ROSE, SAND, SAND_SOUND_GROUP, SANDSTONE, SAPLING, shouldTrackStatistics, SIGN, SLAB, slipperiness, SNOW, SNOW_BLOCK, SOUL_SAND, soundGroup, SPAWNER, SPONGE, STICKY_PISTON, STONE, STONE_PRESSURE_PLATE, STONE_SOUND_GROUP, SUGAR_CANE, textureId, TNT, TORCH, TRAPDOOR, WALL_SIGN, WATER, WHEAT, WOOD_SOUND_GROUP, WOODEN_PRESSURE_PLATE, WOODEN_STAIRS, WOOL, WOOL_SOUND_GROUP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleancanPlaceAt(World world, int x, int y, int z) booleancanTransferPowerInDirection(World world, int x, int y, int z, int direction) getCollisionShape(World world, int x, int y, int z) intgetColorMultiplier(BlockView blockView, int x, int y, int z) intgetDroppedItemId(int blockMeta, Random random) intintgetTexture(int side, int meta) booleanisEmittingRedstonePower(BlockView blockView, int x, int y, int z, int meta) booleanbooleanisOpaque()private voidmethod_1286(World world, int x, int y, int z, int int2, int int3, int int4) static booleanmethod_1287(BlockView blockView, int x, int y, int z, int int2) private intmethod_1288(World world, int x, int y, int z, int int2) private voidmethod_1289(World world, int x, int y, int z) private voidmethod_1290(World world, int x, int y, int z) voidneighborUpdate(World world, int x, int y, int z, int id) voidvoidvoidrandomDisplayTick(World world, int x, int y, int z, Random random) Methods inherited from class net.minecraft.block.Block
addIntersectingBoundingBox, afterBreak, applyVelocity, canGrow, canPlaceAt, disableTrackingStatistics, dropStack, dropStacks, dropStacks, getBlastResistance, getBoundingBox, getColor, getDroppedItemCount, getDroppedItemMeta, getHardness, getHardness, getLuminance, getPistonBehavior, getRenderLayer, getTexture, getTextureId, getTickRate, getTranslatedName, getTranslationKey, hasCollision, hasCollision, ignoreMetaUpdates, init, isSideVisible, isSolidBlock, isTrackingStatistics, onBlockAction, onBlockBreakStart, onDestroyedByExplosion, onEntityCollision, onMetadataChange, onPlaced, onPlaced, onSteppedOn, onTick, onUse, raycast, setBoundingBox, setHardness, setLuminance, setOpacity, setResistance, setSoundGroup, setTickRandomly, setTranslationKey, setUnbreakable, setupRenderBoundingBox, updateBoundingBox
-
Field Details
-
powered
private boolean powered- Mappings:
Namespace Name Mixin selector intermediary field_1570Lnet/minecraft/class_408;field_1570:Zglue field_1743Lclass_447;field_1743:Zserver aLlo;a:Zclient aLsm;a:Znamed poweredLnet/minecraft/block/RedstoneWireBlock;powered:Z
-
field_1571
- Mappings:
Namespace Name Mixin selector intermediary field_1571Lnet/minecraft/class_408;field_1571:Ljava/util/Set;glue field_1744Lclass_447;field_1744:Ljava/util/Set;server bLlo;b:Ljava/util/Set;client bLsm;b:Ljava/util/Set;named field_1571Lnet/minecraft/block/RedstoneWireBlock;field_1571:Ljava/util/Set;
-
-
Constructor Details
-
RedstoneWireBlock
public RedstoneWireBlock(int id, int textureId) - Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_408;<init>(II)Vglue <init>Lclass_447;<init>(II)Vserver <init>Llo;<init>(II)Vclient <init>Lsm;<init>(II)Vnamed <init>Lnet/minecraft/block/RedstoneWireBlock;<init>(II)V
-
-
Method Details
-
getTexture
public int getTexture(int side, int meta) - Overrides:
getTexturein classBlock- Mappings:
Namespace Name Mixin selector intermediary method_1627Lnet/minecraft/class_17;method_1627(II)Iglue method_96Lclass_507;method_96(II)Iserver aLna;a(II)Iclient aLuu;a(II)Inamed getTextureLnet/minecraft/block/Block;getTexture(II)I
-
getCollisionShape
- Overrides:
getCollisionShapein classBlock- Mappings:
Namespace Name Mixin selector intermediary method_1624Lnet/minecraft/class_17;method_1624(Lnet/minecraft/class_18;III)Lnet/minecraft/class_25;glue method_67Lclass_507;method_67(Lclass_129;III)Lclass_113;server eLna;e(Ldj;III)Lcz;client eLuu;e(Lfd;III)Leq;named getCollisionShapeLnet/minecraft/block/Block;getCollisionShape(Lnet/minecraft/world/World;III)Lnet/minecraft/util/math/Box;
-
isOpaque
public boolean isOpaque() -
isFullCube
public boolean isFullCube()- Overrides:
isFullCubein classBlock- Mappings:
Namespace Name Mixin selector intermediary method_1623Lnet/minecraft/class_17;method_1623()Zglue method_66Lclass_507;method_66()Zserver bLna;b()Zclient dLuu;d()Znamed isFullCubeLnet/minecraft/block/Block;isFullCube()Z
-
getRenderType
- Overrides:
getRenderTypein classBlock- Mappings:
Namespace Name Mixin selector intermediary method_1621Lnet/minecraft/class_17;method_1621()Iglue method_652Lclass_507;method_652()Iserver method_1621Lna;method_1621()Iclient bLuu;b()Inamed getRenderTypeLnet/minecraft/block/Block;getRenderType()I
-
getColorMultiplier
- Overrides:
getColorMultiplierin classBlock- Mappings:
Namespace Name Mixin selector intermediary method_1600Lnet/minecraft/class_17;method_1600(Lnet/minecraft/class_14;III)Iglue method_184Lclass_507;method_184(Lclass_584;III)Iserver method_1600Lna;method_1600(Lpb;III)Iclient bLuu;b(Lxp;III)Inamed getColorMultiplierLnet/minecraft/block/Block;getColorMultiplier(Lnet/minecraft/world/BlockView;III)I
-
canPlaceAt
- Overrides:
canPlaceAtin classBlock- Mappings:
Namespace Name Mixin selector intermediary method_1567Lnet/minecraft/class_17;method_1567(Lnet/minecraft/class_18;III)Zglue method_153Lclass_507;method_153(Lclass_129;III)Zserver aLna;a(Ldj;III)Zclient aLuu;a(Lfd;III)Znamed canPlaceAtLnet/minecraft/block/Block;canPlaceAt(Lnet/minecraft/world/World;III)Z
-
method_1289
- Mappings:
Namespace Name Mixin selector intermediary method_1289Lnet/minecraft/class_408;method_1289(Lnet/minecraft/class_18;III)Vglue method_1629Lclass_447;method_1629(Lclass_129;III)Vserver gLlo;g(Ldj;III)Vclient hLsm;h(Lfd;III)Vnamed method_1289Lnet/minecraft/block/RedstoneWireBlock;method_1289(Lnet/minecraft/world/World;III)V
-
method_1286
- Mappings:
Namespace Name Mixin selector intermediary method_1286Lnet/minecraft/class_408;method_1286(Lnet/minecraft/class_18;IIIIII)Vglue method_1626Lclass_447;method_1626(Lclass_129;IIIIII)Vserver aLlo;a(Ldj;IIIIII)Vclient aLsm;a(Lfd;IIIIII)Vnamed method_1286Lnet/minecraft/block/RedstoneWireBlock;method_1286(Lnet/minecraft/world/World;IIIIII)V
-
method_1290
- Mappings:
Namespace Name Mixin selector intermediary method_1290Lnet/minecraft/class_408;method_1290(Lnet/minecraft/class_18;III)Vglue method_1630Lclass_447;method_1630(Lclass_129;III)Vserver hLlo;h(Ldj;III)Vclient iLsm;i(Lfd;III)Vnamed method_1290Lnet/minecraft/block/RedstoneWireBlock;method_1290(Lnet/minecraft/world/World;III)V
-
onPlaced
- Overrides:
onPlacedin classBlock- Mappings:
Namespace Name Mixin selector intermediary method_1611Lnet/minecraft/class_17;method_1611(Lnet/minecraft/class_18;III)Vglue method_41Lclass_507;method_41(Lclass_129;III)Vserver cLna;c(Ldj;III)Vclient cLuu;c(Lfd;III)Vnamed onPlacedLnet/minecraft/block/Block;onPlaced(Lnet/minecraft/world/World;III)V
-
onBreak
- Overrides:
onBreakin classBlock- Mappings:
Namespace Name Mixin selector intermediary method_1630Lnet/minecraft/class_17;method_1630(Lnet/minecraft/class_18;III)Vglue method_99Lclass_507;method_99(Lclass_129;III)Vserver bLna;b(Ldj;III)Vclient bLuu;b(Lfd;III)Vnamed onBreakLnet/minecraft/block/Block;onBreak(Lnet/minecraft/world/World;III)V
-
method_1288
- Mappings:
Namespace Name Mixin selector intermediary method_1288Lnet/minecraft/class_408;method_1288(Lnet/minecraft/class_18;IIII)Iglue method_1628Lclass_447;method_1628(Lclass_129;IIII)Iserver fLlo;f(Ldj;IIII)Iclient fLsm;f(Lfd;IIII)Inamed method_1288Lnet/minecraft/block/RedstoneWireBlock;method_1288(Lnet/minecraft/world/World;IIII)I
-
neighborUpdate
- Overrides:
neighborUpdatein classBlock- Mappings:
Namespace Name Mixin selector intermediary method_1609Lnet/minecraft/class_17;method_1609(Lnet/minecraft/class_18;IIII)Vglue method_39Lclass_507;method_39(Lclass_129;IIII)Vserver bLna;b(Ldj;IIII)Vclient bLuu;b(Lfd;IIII)Vnamed neighborUpdateLnet/minecraft/block/Block;neighborUpdate(Lnet/minecraft/world/World;IIII)V
-
getDroppedItemId
- Overrides:
getDroppedItemIdin classBlock- Mappings:
Namespace Name Mixin selector intermediary method_1601Lnet/minecraft/class_17;method_1601(ILjava/util/Random;)Iglue method_19Lclass_507;method_19(ILjava/util/Random;)Iserver aLna;a(ILjava/util/Random;)Iclient aLuu;a(ILjava/util/Random;)Inamed getDroppedItemIdLnet/minecraft/block/Block;getDroppedItemId(ILjava/util/Random;)I
-
canTransferPowerInDirection
- Overrides:
canTransferPowerInDirectionin classBlock- Mappings:
Namespace Name Mixin selector intermediary method_1570Lnet/minecraft/class_17;method_1570(Lnet/minecraft/class_18;IIII)Zglue method_156Lclass_507;method_156(Lclass_129;IIII)Zserver dLna;d(Ldj;IIII)Zclient dLuu;d(Lfd;IIII)Znamed canTransferPowerInDirectionLnet/minecraft/block/Block;canTransferPowerInDirection(Lnet/minecraft/world/World;IIII)Z
-
isEmittingRedstonePower
- Overrides:
isEmittingRedstonePowerin classBlock- Mappings:
Namespace Name Mixin selector intermediary method_1568Lnet/minecraft/class_17;method_1568(Lnet/minecraft/class_14;IIII)Zglue method_154Lclass_507;method_154(Lclass_584;IIII)Zserver aLna;a(Lpb;IIII)Zclient cLuu;c(Lxp;IIII)Znamed isEmittingRedstonePowerLnet/minecraft/block/Block;isEmittingRedstonePower(Lnet/minecraft/world/BlockView;IIII)Z
-
canEmitRedstonePower
public boolean canEmitRedstonePower()- Overrides:
canEmitRedstonePowerin classBlock- Mappings:
Namespace Name Mixin selector intermediary method_1569Lnet/minecraft/class_17;method_1569()Zglue method_155Lclass_507;method_155()Zserver dLna;d()Zclient fLuu;f()Znamed canEmitRedstonePowerLnet/minecraft/block/Block;canEmitRedstonePower()Z
-
randomDisplayTick
- Overrides:
randomDisplayTickin classBlock- Mappings:
Namespace Name Mixin selector intermediary method_1617Lnet/minecraft/class_17;method_1617(Lnet/minecraft/class_18;IIILjava/util/Random;)Vglue method_62Lclass_507;method_62(Lclass_129;IIILjava/util/Random;)Vserver method_1617Lna;method_1617(Ldj;IIILjava/util/Random;)Vclient bLuu;b(Lfd;IIILjava/util/Random;)Vnamed randomDisplayTickLnet/minecraft/block/Block;randomDisplayTick(Lnet/minecraft/world/World;IIILjava/util/Random;)V
-
method_1287
- Mappings:
Namespace Name Mixin selector intermediary method_1287Lnet/minecraft/class_408;method_1287(Lnet/minecraft/class_14;IIII)Zglue method_1627Lclass_447;method_1627(Lclass_584;IIII)Zserver cLlo;c(Lpb;IIII)Zclient eLsm;e(Lxp;IIII)Znamed method_1287Lnet/minecraft/block/RedstoneWireBlock;method_1287(Lnet/minecraft/world/BlockView;IIII)Z
-