Class SignBlock


public class SignBlock extends BlockWithEntity
Mappings:
Namespace Name
intermediary net/minecraft/class_460
glue class_494
server mt
client uj
named net/minecraft/block/SignBlock
  • Field Details

    • field_1759

      private Class field_1759
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1759 Lnet/minecraft/class_460;field_1759:Ljava/lang/Class;
      glue field_1907 Lclass_494;field_1907:Ljava/lang/Class;
      server a Lmt;a:Ljava/lang/Class;
      client a Luj;a:Ljava/lang/Class;
      named field_1759 Lnet/minecraft/block/SignBlock;field_1759:Ljava/lang/Class;
    • standing

      private boolean standing
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1760 Lnet/minecraft/class_460;field_1760:Z
      glue field_1908 Lclass_494;field_1908:Z
      server b Lmt;b:Z
      client b Luj;b:Z
      named standing Lnet/minecraft/block/SignBlock;standing:Z
  • Constructor Details

    • SignBlock

      protected SignBlock(int id, Class class2, boolean standing)
      Mappings:
      Namespace Name Mixin selector
      intermediary <init> Lnet/minecraft/class_460;<init>(ILjava/lang/Class;Z)V
      glue <init> Lclass_494;<init>(ILjava/lang/Class;Z)V
      server <init> Lmt;<init>(ILjava/lang/Class;Z)V
      client <init> Luj;<init>(ILjava/lang/Class;Z)V
      named <init> Lnet/minecraft/block/SignBlock;<init>(ILjava/lang/Class;Z)V
  • Method Details

    • getCollisionShape

      public Box getCollisionShape(World world, int x, int y, int z)
      Overrides:
      getCollisionShape in class Block
      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/Block;getCollisionShape(Lnet/minecraft/world/World;III)Lnet/minecraft/util/math/Box;
    • getBoundingBox

      @Environment(CLIENT) public Box getBoundingBox(World world, int x, int y, int z)
      Overrides:
      getBoundingBox in class Block
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1622 Lnet/minecraft/class_17;method_1622(Lnet/minecraft/class_18;III)Lnet/minecraft/class_25;
      glue method_653 Lclass_507;method_653(Lclass_129;III)Lclass_113;
      server method_1622 Lna;method_1622(Ldj;III)Lcz;
      client f Luu;f(Lfd;III)Leq;
      named getBoundingBox Lnet/minecraft/block/Block;getBoundingBox(Lnet/minecraft/world/World;III)Lnet/minecraft/util/math/Box;
    • 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
    • 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
    • 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
    • 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
    • createBlockEntity

      protected BlockEntity createBlockEntity()
      Specified by:
      createBlockEntity in class BlockWithEntity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1251 Lnet/minecraft/class_395;method_1251()Lnet/minecraft/class_55;
      glue method_238 Lclass_429;method_238()Lclass_356;
      server a_ Llb;a_()Ljh;
      client a_ Lrw;a_()Low;
      named createBlockEntity Lnet/minecraft/block/BlockWithEntity;createBlockEntity()Lnet/minecraft/block/entity/BlockEntity;
    • getDroppedItemId

      public int getDroppedItemId(int blockMeta, Random random)
      Overrides:
      getDroppedItemId in class Block
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1601 Lnet/minecraft/class_17;method_1601(ILjava/util/Random;)I
      glue method_19 Lclass_507;method_19(ILjava/util/Random;)I
      server a Lna;a(ILjava/util/Random;)I
      client a Luu;a(ILjava/util/Random;)I
      named getDroppedItemId Lnet/minecraft/block/Block;getDroppedItemId(ILjava/util/Random;)I
    • 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