Class NoteBlockBlockEntity

java.lang.Object
net.minecraft.block.entity.BlockEntity
net.minecraft.block.entity.NoteBlockBlockEntity

public class NoteBlockBlockEntity extends BlockEntity
Mappings:
Namespace Name
intermediary net/minecraft/class_444
glue class_474
server mf
client tn
named net/minecraft/block/entity/NoteBlockBlockEntity
  • Field Details

    • note

      public byte note
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1699 Lnet/minecraft/class_444;field_1699:B
      glue field_1857 Lclass_474;field_1857:B
      server a Lmf;a:B
      client a Ltn;a:B
      named note Lnet/minecraft/block/entity/NoteBlockBlockEntity;note:B
    • powered

      public boolean powered
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1700 Lnet/minecraft/class_444;field_1700:Z
      glue field_1858 Lclass_474;field_1858:Z
      server b Lmf;b:Z
      client b Ltn;b:Z
      named powered Lnet/minecraft/block/entity/NoteBlockBlockEntity;powered:Z
  • Constructor Details

    • NoteBlockBlockEntity

      public NoteBlockBlockEntity()
  • Method Details

    • writeNbt

      public void writeNbt(NbtCompound nbt)
      Overrides:
      writeNbt in class BlockEntity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1078 Lnet/minecraft/class_55;method_1078(Lnet/minecraft/class_8;)V
      glue method_55 Lclass_356;method_55(Lclass_333;)V
      server b Ljh;b(Liq;)V
      client b Low;b(Lnu;)V
      named writeNbt Lnet/minecraft/block/entity/BlockEntity;writeNbt(Lnet/minecraft/nbt/NbtCompound;)V
    • readNbt

      public void readNbt(NbtCompound nbt)
      Overrides:
      readNbt in class BlockEntity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1077 Lnet/minecraft/class_55;method_1077(Lnet/minecraft/class_8;)V
      glue method_52 Lclass_356;method_52(Lclass_333;)V
      server a Ljh;a(Liq;)V
      client a Low;a(Lnu;)V
      named readNbt Lnet/minecraft/block/entity/BlockEntity;readNbt(Lnet/minecraft/nbt/NbtCompound;)V
    • cycleNote

      public void cycleNote()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1476 Lnet/minecraft/class_444;method_1476()V
      glue method_1741 Lclass_474;method_1741()V
      server a Lmf;a()V
      client a Ltn;a()V
      named cycleNote Lnet/minecraft/block/entity/NoteBlockBlockEntity;cycleNote()V
    • playNote

      public void playNote(World world, int x, int y, int z)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1477 Lnet/minecraft/class_444;method_1477(Lnet/minecraft/class_18;III)V
      glue method_1742 Lclass_474;method_1742(Lclass_129;III)V
      server a Lmf;a(Ldj;III)V
      client a Ltn;a(Lfd;III)V
      named playNote Lnet/minecraft/block/entity/NoteBlockBlockEntity;playNote(Lnet/minecraft/world/World;III)V