Class PressurePlate

java.lang.Object
net.minecraft.block.BlockBase
net.minecraft.block.PressurePlate

public class PressurePlate extends BlockBase
Mappings:
Namespace Name
intermediary net/minecraft/class_457
glue class_49
server bc
client bv
named net/minecraft/block/PressurePlate
  • Field Details

    • field_1743

      private PressurePlateTrigger field_1743
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1743 Lnet/minecraft/class_457;field_1743:Lnet/minecraft/class_389;
      glue field_90 Lclass_49;field_90:Lclass_422;
      server a Lbc;a:Lkx;
      client a Lbv;a:Lrt;
      named field_1743 Lnet/minecraft/block/PressurePlate;field_1743:Lnet/minecraft/block/PressurePlateTrigger;
  • Constructor Details

    • PressurePlate

      protected PressurePlate(int id, int texture, PressurePlateTrigger pressurePlateTrigger, Material material)
      Mappings:
      Namespace Name Mixin selector
      intermediary <init> Lnet/minecraft/class_457;<init>(IILnet/minecraft/class_389;Lnet/minecraft/class_15;)V
      glue <init> Lclass_49;<init>(IILclass_422;Lclass_280;)V
      server <init> Lbc;<init>(IILkx;Lhj;)V
      client <init> Lbv;<init>(IILrt;Lln;)V
      named <init> Lnet/minecraft/block/PressurePlate;<init>(IILnet/minecraft/block/PressurePlateTrigger;Lnet/minecraft/block/material/Material;)V
  • Method Details

    • getTickrate

      public int getTickrate()
      Overrides:
      getTickrate in class BlockBase
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1565 Lnet/minecraft/class_17;method_1565()I
      glue method_123 Lclass_507;method_123()I
      server c Lna;c()I
      client e Luu;e()I
      named getTickrate Lnet/minecraft/block/BlockBase;getTickrate()I
    • getCollisionShape

      public Box getCollisionShape(Level level, int x, int y, int z)
      Overrides:
      getCollisionShape in class BlockBase
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1624 Lnet/minecraft/class_17;method_1624(Lnet/minecraft/class_18;III)Lnet/minecraft/class_25;
      glue method_67 Lclass_507;method_67(Lclass_129;III)Lclass_113;
      server e Lna;e(Ldj;III)Lcz;
      client e Luu;e(Lfd;III)Leq;
      named getCollisionShape Lnet/minecraft/block/BlockBase;getCollisionShape(Lnet/minecraft/level/Level;III)Lnet/minecraft/util/maths/Box;
    • isFullOpaque

      public boolean isFullOpaque()
      Overrides:
      isFullOpaque in class BlockBase
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1620 Lnet/minecraft/class_17;method_1620()Z
      glue method_65 Lclass_507;method_65()Z
      server a Lna;a()Z
      client c Luu;c()Z
      named isFullOpaque Lnet/minecraft/block/BlockBase;isFullOpaque()Z
    • isFullCube

      public boolean isFullCube()
      Overrides:
      isFullCube in class BlockBase
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1623 Lnet/minecraft/class_17;method_1623()Z
      glue method_66 Lclass_507;method_66()Z
      server b Lna;b()Z
      client d Luu;d()Z
      named isFullCube Lnet/minecraft/block/BlockBase;isFullCube()Z
    • canPlaceAt

      public boolean canPlaceAt(Level level, int x, int y, int z)
      Overrides:
      canPlaceAt in class BlockBase
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1567 Lnet/minecraft/class_17;method_1567(Lnet/minecraft/class_18;III)Z
      glue method_153 Lclass_507;method_153(Lclass_129;III)Z
      server a Lna;a(Ldj;III)Z
      client a Luu;a(Lfd;III)Z
      named canPlaceAt Lnet/minecraft/block/BlockBase;canPlaceAt(Lnet/minecraft/level/Level;III)Z
    • onBlockPlaced

      public void onBlockPlaced(Level level, int x, int y, int z)
      Overrides:
      onBlockPlaced in class BlockBase
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1611 Lnet/minecraft/class_17;method_1611(Lnet/minecraft/class_18;III)V
      glue method_41 Lclass_507;method_41(Lclass_129;III)V
      server c Lna;c(Ldj;III)V
      client c Luu;c(Lfd;III)V
      named onBlockPlaced Lnet/minecraft/block/BlockBase;onBlockPlaced(Lnet/minecraft/level/Level;III)V
    • onAdjacentBlockUpdate

      public void onAdjacentBlockUpdate(Level level, int x, int y, int z, int id)
      Overrides:
      onAdjacentBlockUpdate in class BlockBase
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1609 Lnet/minecraft/class_17;method_1609(Lnet/minecraft/class_18;IIII)V
      glue method_39 Lclass_507;method_39(Lclass_129;IIII)V
      server b Lna;b(Ldj;IIII)V
      client b Luu;b(Lfd;IIII)V
      named onAdjacentBlockUpdate Lnet/minecraft/block/BlockBase;onAdjacentBlockUpdate(Lnet/minecraft/level/Level;IIII)V
    • onScheduledTick

      public void onScheduledTick(Level level, int x, int y, int z, Random rand)
      Overrides:
      onScheduledTick in class BlockBase
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1602 Lnet/minecraft/class_17;method_1602(Lnet/minecraft/class_18;IIILjava/util/Random;)V
      glue method_20 Lclass_507;method_20(Lclass_129;IIILjava/util/Random;)V
      server a Lna;a(Ldj;IIILjava/util/Random;)V
      client a Luu;a(Lfd;IIILjava/util/Random;)V
      named onScheduledTick Lnet/minecraft/block/BlockBase;onScheduledTick(Lnet/minecraft/level/Level;IIILjava/util/Random;)V
    • onEntityCollision

      public void onEntityCollision(Level level, int x, int y, int z, EntityBase entityBase)
      Overrides:
      onEntityCollision in class BlockBase
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1615 Lnet/minecraft/class_17;method_1615(Lnet/minecraft/class_18;IIILnet/minecraft/class_57;)V
      glue method_59 Lclass_507;method_59(Lclass_129;IIILclass_450;)V
      server a Lna;a(Ldj;IIILlq;)V
      client a Luu;a(Lfd;IIILsn;)V
      named onEntityCollision Lnet/minecraft/block/BlockBase;onEntityCollision(Lnet/minecraft/level/Level;IIILnet/minecraft/entity/EntityBase;)V
    • method_1512

      private void method_1512(Level level, int x, int y, int z)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1512 Lnet/minecraft/class_457;method_1512(Lnet/minecraft/class_18;III)V
      glue method_158 Lclass_49;method_158(Lclass_129;III)V
      server g Lbc;g(Ldj;III)V
      client h Lbv;h(Lfd;III)V
      named method_1512 Lnet/minecraft/block/PressurePlate;method_1512(Lnet/minecraft/level/Level;III)V
    • onBlockRemoved

      public void onBlockRemoved(Level level, int x, int y, int z)
      Overrides:
      onBlockRemoved in class BlockBase
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1630 Lnet/minecraft/class_17;method_1630(Lnet/minecraft/class_18;III)V
      glue method_99 Lclass_507;method_99(Lclass_129;III)V
      server b Lna;b(Ldj;III)V
      client b Luu;b(Lfd;III)V
      named onBlockRemoved Lnet/minecraft/block/BlockBase;onBlockRemoved(Lnet/minecraft/level/Level;III)V
    • updateBoundingBox

      public void updateBoundingBox(BlockView tileView, int x, int y, int z)
      Overrides:
      updateBoundingBox in class BlockBase
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1616 Lnet/minecraft/class_17;method_1616(Lnet/minecraft/class_14;III)V
      glue method_60 Lclass_507;method_60(Lclass_584;III)V
      server a Lna;a(Lpb;III)V
      client a Luu;a(Lxp;III)V
      named updateBoundingBox Lnet/minecraft/block/BlockBase;updateBoundingBox(Lnet/minecraft/level/BlockView;III)V
    • isPowered

      public boolean isPowered(BlockView tileView, int x, int y, int z, int meta)
      Overrides:
      isPowered in class BlockBase
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1568 Lnet/minecraft/class_17;method_1568(Lnet/minecraft/class_14;IIII)Z
      glue method_154 Lclass_507;method_154(Lclass_584;IIII)Z
      server a Lna;a(Lpb;IIII)Z
      client c Luu;c(Lxp;IIII)Z
      named isPowered Lnet/minecraft/block/BlockBase;isPowered(Lnet/minecraft/level/BlockView;IIII)Z
    • indirectlyPowered

      public boolean indirectlyPowered(Level level, int x, int y, int z, int meta)
      Overrides:
      indirectlyPowered in class BlockBase
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1570 Lnet/minecraft/class_17;method_1570(Lnet/minecraft/class_18;IIII)Z
      glue method_156 Lclass_507;method_156(Lclass_129;IIII)Z
      server d Lna;d(Ldj;IIII)Z
      client d Luu;d(Lfd;IIII)Z
      named indirectlyPowered Lnet/minecraft/block/BlockBase;indirectlyPowered(Lnet/minecraft/level/Level;IIII)Z
    • getEmitsRedstonePower

      public boolean getEmitsRedstonePower()
      Overrides:
      getEmitsRedstonePower in class BlockBase
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1569 Lnet/minecraft/class_17;method_1569()Z
      glue method_155 Lclass_507;method_155()Z
      server d Lna;d()Z
      client f Luu;f()Z
      named getEmitsRedstonePower Lnet/minecraft/block/BlockBase;getEmitsRedstonePower()Z
    • method_1605

      @Environment(CLIENT) public void method_1605()
      Overrides:
      method_1605 in class BlockBase
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1605 Lnet/minecraft/class_17;method_1605()V
      glue method_217 Lclass_507;method_217()V
      server method_1605 Lna;method_1605()V
      client g Luu;g()V
      named method_1605 Lnet/minecraft/block/BlockBase;method_1605()V
    • getPistonPushMode

      public int getPistonPushMode()
      Overrides:
      getPistonPushMode in class BlockBase
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1574 Lnet/minecraft/class_17;method_1574()I
      glue method_157 Lclass_507;method_157()I
      server e Lna;e()I
      client h Luu;h()I
      named getPistonPushMode Lnet/minecraft/block/BlockBase;getPistonPushMode()I