Class WeightedPressurePlateBlock

All Implemented Interfaces:
ItemConvertible, ToggleableFeature

public class WeightedPressurePlateBlock extends AbstractPressurePlateBlock
Mappings:
Namespace Name
official ddc
intermediary net/minecraft/class_2557
named net/minecraft/block/WeightedPressurePlateBlock
  • Field Details

    • POWER

      public static final IntProperty POWER
      Mappings:
      Namespace Name Mixin selector
      official d Lddc;d:Ldhi;
      intermediary field_11739 Lnet/minecraft/class_2557;field_11739:Lnet/minecraft/class_2758;
      named POWER Lnet/minecraft/block/WeightedPressurePlateBlock;POWER:Lnet/minecraft/state/property/IntProperty;
    • weight

      private final int weight
      Mappings:
      Namespace Name Mixin selector
      official e Lddc;e:I
      intermediary field_11738 Lnet/minecraft/class_2557;field_11738:I
      named weight Lnet/minecraft/block/WeightedPressurePlateBlock;weight:I
  • Constructor Details

    • WeightedPressurePlateBlock

      protected WeightedPressurePlateBlock(int weight, AbstractBlock.Settings settings, BlockSetType blockSetType)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lddc;<init>(ILdgg$d;Ldgx;)V
      intermediary <init> Lnet/minecraft/class_2557;<init>(ILnet/minecraft/class_4970$class_2251;Lnet/minecraft/class_8177;)V
      named <init> Lnet/minecraft/block/WeightedPressurePlateBlock;<init>(ILnet/minecraft/block/AbstractBlock$Settings;Lnet/minecraft/block/BlockSetType;)V
  • Method Details