Class RedstoneRepeater

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

public class RedstoneRepeater extends BlockBase
Mappings:
Namespace Name
intermediary net/minecraft/class_510
glue class_556
server oi
client wo
named net/minecraft/block/RedstoneRepeater
  • Field Details

    • field_2123

      public static final double[] field_2123
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2123 Lnet/minecraft/class_510;field_2123:[D
      glue field_2345 Lclass_556;field_2345:[D
      server a Loi;a:[D
      client a Lwo;a:[D
      named field_2123 Lnet/minecraft/block/RedstoneRepeater;field_2123:[D
    • field_2124

      private static final int[] field_2124
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2124 Lnet/minecraft/class_510;field_2124:[I
      glue field_2346 Lclass_556;field_2346:[I
      server b Loi;b:[I
      client b Lwo;b:[I
      named field_2124 Lnet/minecraft/block/RedstoneRepeater;field_2124:[I
    • powered

      private final boolean powered
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2125 Lnet/minecraft/class_510;field_2125:Z
      glue field_2347 Lclass_556;field_2347:Z
      server c Loi;c:Z
      client c Lwo;c:Z
      named powered Lnet/minecraft/block/RedstoneRepeater;powered:Z
  • Constructor Details

    • RedstoneRepeater

      protected RedstoneRepeater(int id, boolean powered)
      Mappings:
      Namespace Name Mixin selector
      intermediary <init> Lnet/minecraft/class_510;<init>(IZ)V
      glue <init> Lclass_556;<init>(IZ)V
      server <init> Loi;<init>(IZ)V
      client <init> Lwo;<init>(IZ)V
      named <init> Lnet/minecraft/block/RedstoneRepeater;<init>(IZ)V
  • Method Details

    • 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
    • canGrow

      public boolean canGrow(Level level, int x, int y, int z)
      Overrides:
      canGrow in class BlockBase
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1566 Lnet/minecraft/class_17;method_1566(Lnet/minecraft/class_18;III)Z
      glue method_1425 Lclass_507;method_1425(Lclass_129;III)Z
      server f Lna;f(Ldj;III)Z
      client g Luu;g(Lfd;III)Z
      named canGrow Lnet/minecraft/block/BlockBase;canGrow(Lnet/minecraft/level/Level;III)Z
    • 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
    • getTextureForSide

      public int getTextureForSide(int side, int meta)
      Overrides:
      getTextureForSide in class BlockBase
      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 getTextureForSide Lnet/minecraft/block/BlockBase;getTextureForSide(II)I
    • isSideRendered

      @Environment(CLIENT) public boolean isSideRendered(BlockView tileView, int x, int y, int z, int side)
      Overrides:
      isSideRendered in class BlockBase
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1618 Lnet/minecraft/class_17;method_1618(Lnet/minecraft/class_14;IIII)Z
      glue method_63 Lclass_507;method_63(Lclass_584;IIII)Z
      server method_1618 Lna;method_1618(Lpb;IIII)Z
      client b Luu;b(Lxp;IIII)Z
      named isSideRendered Lnet/minecraft/block/BlockBase;isSideRendered(Lnet/minecraft/level/BlockView;IIII)Z
    • getRenderType

      @Environment(CLIENT) public int getRenderType()
      Overrides:
      getRenderType in class BlockBase
      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/BlockBase;getRenderType()I
    • getTextureForSide

      public int getTextureForSide(int side)
      Overrides:
      getTextureForSide in class BlockBase
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1607 Lnet/minecraft/class_17;method_1607(I)I
      glue method_37 Lclass_507;method_37(I)I
      server a Lna;a(I)I
      client a Luu;a(I)I
      named getTextureForSide Lnet/minecraft/block/BlockBase;getTextureForSide(I)I
    • 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
    • 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
    • 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
    • method_1728

      private boolean method_1728(Level level, int x, int y, int z, int int2)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1728 Lnet/minecraft/class_510;method_1728(Lnet/minecraft/class_18;IIII)Z
      glue method_2007 Lclass_556;method_2007(Lclass_129;IIII)Z
      server f Loi;f(Ldj;IIII)Z
      client f Lwo;f(Lfd;IIII)Z
      named method_1728 Lnet/minecraft/block/RedstoneRepeater;method_1728(Lnet/minecraft/level/Level;IIII)Z
    • canUse

      public boolean canUse(Level level, int x, int y, int z, PlayerBase player)
      Overrides:
      canUse in class BlockBase
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1608 Lnet/minecraft/class_17;method_1608(Lnet/minecraft/class_18;IIILnet/minecraft/class_54;)Z
      glue method_38 Lclass_507;method_38(Lclass_129;IIILclass_172;)Z
      server a Lna;a(Ldj;IIILem;)Z
      client a Luu;a(Lfd;IIILgs;)Z
      named canUse Lnet/minecraft/block/BlockBase;canUse(Lnet/minecraft/level/Level;IIILnet/minecraft/entity/player/PlayerBase;)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
    • afterPlaced

      public void afterPlaced(Level level, int x, int y, int z, Living living)
      Overrides:
      afterPlaced in class BlockBase
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1614 Lnet/minecraft/class_17;method_1614(Lnet/minecraft/class_18;IIILnet/minecraft/class_127;)V
      glue method_464 Lclass_507;method_464(Lclass_129;IIILclass_283;)V
      server a Lna;a(Ldj;IIILhl;)V
      client a Luu;a(Lfd;IIILls;)V
      named afterPlaced Lnet/minecraft/block/BlockBase;afterPlaced(Lnet/minecraft/level/Level;IIILnet/minecraft/entity/Living;)V
    • 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
    • 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
    • getDropId

      public int getDropId(int meta, Random rand)
      Overrides:
      getDropId in class BlockBase
      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 getDropId Lnet/minecraft/block/BlockBase;getDropId(ILjava/util/Random;)I
    • randomDisplayTick

      @Environment(CLIENT) public void randomDisplayTick(Level level, int x, int y, int z, Random rand)
      Overrides:
      randomDisplayTick in class BlockBase
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1617 Lnet/minecraft/class_17;method_1617(Lnet/minecraft/class_18;IIILjava/util/Random;)V
      glue method_62 Lclass_507;method_62(Lclass_129;IIILjava/util/Random;)V
      server method_1617 Lna;method_1617(Ldj;IIILjava/util/Random;)V
      client b Luu;b(Lfd;IIILjava/util/Random;)V
      named randomDisplayTick Lnet/minecraft/block/BlockBase;randomDisplayTick(Lnet/minecraft/level/Level;IIILjava/util/Random;)V