Package net.minecraft.block
Class WeightedPressurePlateBlock
java.lang.Object
net.minecraft.block.Block
net.minecraft.block.AbstractPressurePlateBlock
net.minecraft.block.WeightedPressurePlateBlock
- Mappings:
Namespace Name official amwintermediary net/minecraft/class_1457named net/minecraft/block/WeightedPressurePlateBlock
-
Field Summary
FieldsFields inherited from class net.minecraft.block.Block
blastResistance, blockEntity, boundingBoxMaxX, boundingBoxMaxY, boundingBoxMaxZ, boundingBoxMinX, boundingBoxMinY, boundingBoxMinZ, field_469, field_483, field_484, field_486, field_487, field_6259, field_7261, field_7262, field_7263, field_7264, field_7265, field_7266, field_7267, field_7268, fullBlock, hardness, lightLevel, material, opacity, particleGravity, randomTicks, REGISTRY, side, slipperiness, soundGroup, stats, transluscent, useNeighbourLight -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedWeightedPressurePlateBlock(String string, Material material, int int2) -
Method Summary
Modifier and TypeMethodDescriptionintgetTickRate(World world) Returns the block's tick rate.protected intmethod_4734(int int2) protected intmethod_4735(int int2) protected intmethod_4736(World world, int int2, int int3, int int4) Methods inherited from class net.minecraft.block.AbstractPressurePlateBlock
canPlaceBlockAt, emitsRedstonePower, getPistonInteractionType, getStrongRedstonePower, getWeakRedstonePower, hasTransperancy, method_411, method_425, method_446, method_454, method_4730, method_4731, method_4732, method_4733, onEntityCollision, onNeighborUpdate, onTick, registerTextures, renderAsNormalBlock, setBlockItemBoundsMethods inherited from class net.minecraft.block.Block
appendItemStacks, areBlocksEqual, breakNaturally, canStayPlaced, canStayPlaced, disableStats, get, getAmbientOcclusionLightLevel, getBlastResistance, getBlockFromItem, getBlockType, getBonusDrops, getById, getCollisionBox, getColor, getDropCount, getHardness, getIdByBlock, getItemGroup, getLightLevel, getMaterial, getMaxX, getMaxY, getMaxZ, getMinX, getMinY, getMinZ, getOpacity, getSideTexture, getTexture, getTextureName, getTranslatedName, getTranslationKey, hasBlockEntity, hasCollision, hasComparatorOutput, hasStats, isEqualTo, isFire, isFlowerPot, isFullBlock, isFullCube, isNormalBlock, isTransluscent, method_398, method_400, method_405, method_407, method_410, method_412, method_413, method_414, method_415, method_417, method_418, method_4185, method_4186, method_420, method_422, method_424, method_428, method_431, method_435, method_437, method_438, method_448, method_452, method_455, method_457, method_459, method_461, method_463, method_464, method_468, method_479, method_4790, method_4793, method_4794, method_4798, method_5546, method_6444, method_6449, onActivated, onBreak, onDestroyed, requiresSilkTouch, setBlockSoundGroup, setBoundingBox, setItemGroup, setLightLevel, setOpacity, setResistance, setStrength, setTickRandomly, setTranslationKey, setUnbreakable, setup, shouldDropItemsOnExplosion, shouldRenderSide, ticksRandomly, usesNeighbourLight
-
Field Details
-
field_5640
private final int field_5640- Mappings:
Namespace Name Mixin selector official aLamw;a:Iintermediary field_5640Lnet/minecraft/class_1457;field_5640:Inamed field_5640Lnet/minecraft/block/WeightedPressurePlateBlock;field_5640:I
-
-
Constructor Details
-
WeightedPressurePlateBlock
-
-
Method Details
-
method_4736
- Specified by:
method_4736in classAbstractPressurePlateBlock- Mappings:
Namespace Name Mixin selector official eLaho;e(Lafm;III)Iintermediary method_4736Lnet/minecraft/class_1445;method_4736(Lnet/minecraft/class_1150;III)Inamed method_4736Lnet/minecraft/block/AbstractPressurePlateBlock;method_4736(Lnet/minecraft/world/World;III)I
-
method_4734
protected int method_4734(int int2) - Specified by:
method_4734in classAbstractPressurePlateBlock- Mappings:
Namespace Name Mixin selector official cLaho;c(I)Iintermediary method_4734Lnet/minecraft/class_1445;method_4734(I)Inamed method_4734Lnet/minecraft/block/AbstractPressurePlateBlock;method_4734(I)I
-
method_4735
protected int method_4735(int int2) - Specified by:
method_4735in classAbstractPressurePlateBlock- Mappings:
Namespace Name Mixin selector official dLaho;d(I)Iintermediary method_4735Lnet/minecraft/class_1445;method_4735(I)Inamed method_4735Lnet/minecraft/block/AbstractPressurePlateBlock;method_4735(I)I
-
getTickRate
Returns the block's tick rate. Default is 10.- Overrides:
getTickRatein classAbstractPressurePlateBlock- Parameters:
world- The world that the block is placed in- Returns:
- Tick rate
- Mappings:
Namespace Name Mixin selector official aLaht;a(Lafm;)Iintermediary method_4789Lnet/minecraft/class_197;method_4789(Lnet/minecraft/class_1150;)Inamed getTickRateLnet/minecraft/block/Block;getTickRate(Lnet/minecraft/world/World;)I
-