Class PistonHeadBlock

java.lang.Object
net.minecraft.block.Block
net.minecraft.block.PistonHeadBlock

public class PistonHeadBlock extends Block
Mappings:
Namespace Name
intermediary net/minecraft/class_205
glue class_227
server g
client h
named net/minecraft/block/PistonHeadBlock
  • Field Details

    • field_756

      private int field_756
      Mappings:
      Namespace Name Mixin selector
      intermediary field_756 Lnet/minecraft/class_205;field_756:I
      glue field_952 Lclass_227;field_952:I
      server a Lg;a:I
      client a Lh;a:I
      named field_756 Lnet/minecraft/block/PistonHeadBlock;field_756:I
  • Constructor Details

    • PistonHeadBlock

      public PistonHeadBlock(int id, int textureId)
      Mappings:
      Namespace Name Mixin selector
      intermediary <init> Lnet/minecraft/class_205;<init>(II)V
      glue <init> Lclass_227;<init>(II)V
      server <init> Lg;<init>(II)V
      client <init> Lh;<init>(II)V
      named <init> Lnet/minecraft/block/PistonHeadBlock;<init>(II)V
  • Method Details

    • method_729

      @Environment(CLIENT) public void method_729(int int2)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_729 Lnet/minecraft/class_205;method_729(I)V
      glue method_1201 Lclass_227;method_1201(I)V
      server method_729 Lg;method_729(I)V
      client a_ Lh;a_(I)V
      named method_729 Lnet/minecraft/block/PistonHeadBlock;method_729(I)V
    • method_728

      @Environment(CLIENT) public void method_728()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_728 Lnet/minecraft/class_205;method_728()V
      glue method_1200 Lclass_227;method_1200()V
      server method_728 Lg;method_728()V
      client a Lh;a()V
      named method_728 Lnet/minecraft/block/PistonHeadBlock;method_728()V
    • onBreak

      public void onBreak(World world, int x, int y, int z)
      Overrides:
      onBreak in class Block
      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 onBreak Lnet/minecraft/block/Block;onBreak(Lnet/minecraft/world/World;III)V
    • getTexture

      public int getTexture(int side, int meta)
      Overrides:
      getTexture in class Block
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1627 Lnet/minecraft/class_17;method_1627(II)I
      glue method_96 Lclass_507;method_96(II)I
      server a Lna;a(II)I
      client a Luu;a(II)I
      named getTexture Lnet/minecraft/block/Block;getTexture(II)I
    • getRenderType

      @Environment(CLIENT) public int getRenderType()
      Overrides:
      getRenderType in class Block
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1621 Lnet/minecraft/class_17;method_1621()I
      glue method_652 Lclass_507;method_652()I
      server method_1621 Lna;method_1621()I
      client b Luu;b()I
      named getRenderType Lnet/minecraft/block/Block;getRenderType()I
    • isOpaque

      public boolean isOpaque()
      Overrides:
      isOpaque in class Block
      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 isOpaque Lnet/minecraft/block/Block;isOpaque()Z
    • isFullCube

      public boolean isFullCube()
      Overrides:
      isFullCube in class Block
      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/Block;isFullCube()Z
    • canPlaceAt

      public boolean canPlaceAt(World world, int x, int y, int z)
      Overrides:
      canPlaceAt in class Block
      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/Block;canPlaceAt(Lnet/minecraft/world/World;III)Z
    • canPlaceAt

      public boolean canPlaceAt(World world, int x, int y, int z, int side)
      Overrides:
      canPlaceAt in class Block
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1561 Lnet/minecraft/class_17;method_1561(Lnet/minecraft/class_18;IIII)Z
      glue method_1092 Lclass_507;method_1092(Lclass_129;IIII)Z
      server a Lna;a(Ldj;IIII)Z
      client a Luu;a(Lfd;IIII)Z
      named canPlaceAt Lnet/minecraft/block/Block;canPlaceAt(Lnet/minecraft/world/World;IIII)Z
    • getDroppedItemCount

      public int getDroppedItemCount(Random random)
      Overrides:
      getDroppedItemCount in class Block
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1603 Lnet/minecraft/class_17;method_1603(Ljava/util/Random;)I
      glue method_21 Lclass_507;method_21(Ljava/util/Random;)I
      server a Lna;a(Ljava/util/Random;)I
      client a Luu;a(Ljava/util/Random;)I
      named getDroppedItemCount Lnet/minecraft/block/Block;getDroppedItemCount(Ljava/util/Random;)I
    • addIntersectingBoundingBox

      public void addIntersectingBoundingBox(World world, int x, int y, int z, Box box, ArrayList boxes)
      Overrides:
      addIntersectingBoundingBox in class Block
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1562 Lnet/minecraft/class_17;method_1562(Lnet/minecraft/class_18;IIILnet/minecraft/class_25;Ljava/util/ArrayList;)V
      glue method_1093 Lclass_507;method_1093(Lclass_129;IIILclass_113;Ljava/util/ArrayList;)V
      server a Lna;a(Ldj;IIILcz;Ljava/util/ArrayList;)V
      client a Luu;a(Lfd;IIILeq;Ljava/util/ArrayList;)V
      named addIntersectingBoundingBox Lnet/minecraft/block/Block;addIntersectingBoundingBox(Lnet/minecraft/world/World;IIILnet/minecraft/util/math/Box;Ljava/util/ArrayList;)V
    • updateBoundingBox

      public void updateBoundingBox(BlockView blockView, int x, int y, int z)
      Overrides:
      updateBoundingBox in class Block
      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/Block;updateBoundingBox(Lnet/minecraft/world/BlockView;III)V
    • neighborUpdate

      public void neighborUpdate(World world, int x, int y, int z, int id)
      Overrides:
      neighborUpdate in class Block
      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 neighborUpdate Lnet/minecraft/block/Block;neighborUpdate(Lnet/minecraft/world/World;IIII)V
    • method_727

      public static int method_727(int int2)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_727 Lnet/minecraft/class_205;method_727(I)I
      glue method_1094 Lclass_227;method_1094(I)I
      server b Lg;b(I)I
      client c Lh;c(I)I
      named method_727 Lnet/minecraft/block/PistonHeadBlock;method_727(I)I