Class TileEntityNoteblock

java.lang.Object
net.minecraft.tileentity.TileEntityBase
net.minecraft.tileentity.TileEntityNoteblock

public class TileEntityNoteblock extends TileEntityBase
Mappings:
Namespace Name
intermediary net/minecraft/class_444
glue class_474
server mf
client tn
named net/minecraft/tileentity/TileEntityNoteblock
  • 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/tileentity/TileEntityNoteblock;note:B
    • isActive

      public boolean isActive
      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 isActive Lnet/minecraft/tileentity/TileEntityNoteblock;isActive:Z
  • Constructor Details

    • TileEntityNoteblock

      public TileEntityNoteblock()
  • Method Details

    • writeIdentifyingData

      public void writeIdentifyingData(CompoundTag tag)
      Overrides:
      writeIdentifyingData in class TileEntityBase
      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 writeIdentifyingData Lnet/minecraft/tileentity/TileEntityBase;writeIdentifyingData(Lnet/minecraft/util/io/CompoundTag;)V
    • readIdentifyingData

      public void readIdentifyingData(CompoundTag tag)
      Overrides:
      readIdentifyingData in class TileEntityBase
      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 readIdentifyingData Lnet/minecraft/tileentity/TileEntityBase;readIdentifyingData(Lnet/minecraft/util/io/CompoundTag;)V
    • incrementNote

      public void incrementNote()
      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 incrementNote Lnet/minecraft/tileentity/TileEntityNoteblock;incrementNote()V
    • playNote

      public void playNote(Level level, 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/tileentity/TileEntityNoteblock;playNote(Lnet/minecraft/level/Level;III)V