Class WeightedPressurePlateBlock

All Implemented Interfaces:
ItemConvertible, ToggleableFeature

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

    • CODEC

      public static final com.mojang.serialization.MapCodec<WeightedPressurePlateBlock> CODEC
      Mappings:
      Namespace Name Mixin selector
      official e Ldge;e:Lcom/mojang/serialization/MapCodec;
      intermediary field_46501 Lnet/minecraft/class_2557;field_46501:Lcom/mojang/serialization/MapCodec;
      named CODEC Lnet/minecraft/block/WeightedPressurePlateBlock;CODEC:Lcom/mojang/serialization/MapCodec;
    • POWER

      public static final IntProperty POWER
      Mappings:
      Namespace Name Mixin selector
      official f Ldge;f:Ldkh;
      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 g Ldge;g: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, BlockSetType type, AbstractBlock.Settings settings)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldge;<init>(ILdjw;Ldjg$d;)V
      intermediary <init> Lnet/minecraft/class_2557;<init>(ILnet/minecraft/class_8177;Lnet/minecraft/class_4970$class_2251;)V
      named <init> Lnet/minecraft/block/WeightedPressurePlateBlock;<init>(ILnet/minecraft/block/BlockSetType;Lnet/minecraft/block/AbstractBlock$Settings;)V
  • Method Details

    • getCodec

      public com.mojang.serialization.MapCodec<WeightedPressurePlateBlock> getCodec()
      Specified by:
      getCodec in class AbstractPressurePlateBlock
      Mappings:
      Namespace Name Mixin selector
      official a Ldjg;a()Lcom/mojang/serialization/MapCodec;
      intermediary method_53969 Lnet/minecraft/class_4970;method_53969()Lcom/mojang/serialization/MapCodec;
      named getCodec Lnet/minecraft/block/AbstractBlock;getCodec()Lcom/mojang/serialization/MapCodec;
    • getRedstoneOutput

      protected int getRedstoneOutput(World world, BlockPos pos)
      Specified by:
      getRedstoneOutput in class AbstractPressurePlateBlock
      Mappings:
      Namespace Name Mixin selector
      official b Lcwe;b(Lctp;Lhx;)I
      intermediary method_9434 Lnet/minecraft/class_2231;method_9434(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;)I
      named getRedstoneOutput Lnet/minecraft/block/AbstractPressurePlateBlock;getRedstoneOutput(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;)I
    • getRedstoneOutput

      protected int getRedstoneOutput(BlockState state)
      Specified by:
      getRedstoneOutput in class AbstractPressurePlateBlock
      Mappings:
      Namespace Name Mixin selector
      official g Lcwe;g(Ldjh;)I
      intermediary method_9435 Lnet/minecraft/class_2231;method_9435(Lnet/minecraft/class_2680;)I
      named getRedstoneOutput Lnet/minecraft/block/AbstractPressurePlateBlock;getRedstoneOutput(Lnet/minecraft/block/BlockState;)I
    • setRedstoneOutput

      protected BlockState setRedstoneOutput(BlockState state, int rsOut)
      Specified by:
      setRedstoneOutput in class AbstractPressurePlateBlock
      Mappings:
      Namespace Name Mixin selector
      official a Lcwe;a(Ldjh;I)Ldjh;
      intermediary method_9432 Lnet/minecraft/class_2231;method_9432(Lnet/minecraft/class_2680;I)Lnet/minecraft/class_2680;
      named setRedstoneOutput Lnet/minecraft/block/AbstractPressurePlateBlock;setRedstoneOutput(Lnet/minecraft/block/BlockState;I)Lnet/minecraft/block/BlockState;
    • getTickRate

      protected int getTickRate()
      Overrides:
      getTickRate in class AbstractPressurePlateBlock
      Mappings:
      Namespace Name Mixin selector
      official b Lcwe;b()I
      intermediary method_9563 Lnet/minecraft/class_2231;method_9563()I
      named getTickRate Lnet/minecraft/block/AbstractPressurePlateBlock;getTickRate()I
    • appendProperties

      protected void appendProperties(StateManager.Builder<Block,BlockState> builder)
      Appends block state properties to this block. To use this, override and call StateManager.Builder.add(net.minecraft.state.property.Property<?>[]) inside the method. See Properties for the list of pre-defined properties.
      Overrides:
      appendProperties in class Block
      Mappings:
      Namespace Name Mixin selector
      official a Lcwq;a(Ldji$a;)V
      intermediary method_9515 Lnet/minecraft/class_2248;method_9515(Lnet/minecraft/class_2689$class_2690;)V
      named appendProperties Lnet/minecraft/block/Block;appendProperties(Lnet/minecraft/state/StateManager$Builder;)V