Class JukeboxBlock


public class JukeboxBlock extends BlockWithEntity
Mappings:
Namespace Name
intermediary net/minecraft/class_88
glue class_143
server dt
client fo
named net/minecraft/block/JukeboxBlock
  • Constructor Details

    • JukeboxBlock

      protected JukeboxBlock(int id, int textureId)
      Mappings:
      Namespace Name Mixin selector
      intermediary <init> Lnet/minecraft/class_88;<init>(II)V
      glue <init> Lclass_143;<init>(II)V
      server <init> Ldt;<init>(II)V
      client <init> Lfo;<init>(II)V
      named <init> Lnet/minecraft/block/JukeboxBlock;<init>(II)V
  • Method Details

    • getTexture

      public int getTexture(int side)
      Overrides:
      getTexture in class Block
      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 getTexture Lnet/minecraft/block/Block;getTexture(I)I
    • onUse

      public boolean onUse(World world, int x, int y, int z, PlayerEntity player)
      Overrides:
      onUse in class Block
      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 onUse Lnet/minecraft/block/Block;onUse(Lnet/minecraft/world/World;IIILnet/minecraft/entity/player/PlayerEntity;)Z
    • insertRecord

      public void insertRecord(World world, int x, int y, int z, int id)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_349 Lnet/minecraft/class_88;method_349(Lnet/minecraft/class_18;IIII)V
      glue method_685 Lclass_143;method_685(Lclass_129;IIII)V
      server f Ldt;f(Ldj;IIII)V
      client f Lfo;f(Lfd;IIII)V
      named insertRecord Lnet/minecraft/block/JukeboxBlock;insertRecord(Lnet/minecraft/world/World;IIII)V
    • tryEjectRecord

      public void tryEjectRecord(World world, int x, int y, int z)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_348 Lnet/minecraft/class_88;method_348(Lnet/minecraft/class_18;III)V
      glue method_684 Lclass_143;method_684(Lclass_129;III)V
      server b_ Ldt;b_(Ldj;III)V
      client b_ Lfo;b_(Lfd;III)V
      named tryEjectRecord Lnet/minecraft/block/JukeboxBlock;tryEjectRecord(Lnet/minecraft/world/World;III)V
    • onBreak

      public void onBreak(World world, int x, int y, int z)
      Overrides:
      onBreak in class BlockWithEntity
      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
    • dropStacks

      public void dropStacks(World world, int x, int y, int z, int meta, float luck)
      Overrides:
      dropStacks in class Block
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1625 Lnet/minecraft/class_17;method_1625(Lnet/minecraft/class_18;IIIIF)V
      glue method_683 Lclass_507;method_683(Lclass_129;IIIIF)V
      server a Lna;a(Ldj;IIIIF)V
      client a Luu;a(Lfd;IIIIF)V
      named dropStacks Lnet/minecraft/block/Block;dropStacks(Lnet/minecraft/world/World;IIIIF)V
    • 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;