Class NoteBlock

All Implemented Interfaces:
ItemConvertible, ToggleableFeature

public class NoteBlock extends Block
Mappings:
Namespace Name
official crt
intermediary net/minecraft/class_2428
named net/minecraft/block/NoteBlock
  • Field Details

    • INSTRUMENT

      public static final EnumProperty<Instrument> INSTRUMENT
      Mappings:
      Namespace Name Mixin selector
      official a Lcrt;a:Lczo;
      intermediary field_11325 Lnet/minecraft/class_2428;field_11325:Lnet/minecraft/class_2754;
      named INSTRUMENT Lnet/minecraft/block/NoteBlock;INSTRUMENT:Lnet/minecraft/state/property/EnumProperty;
    • POWERED

      public static final BooleanProperty POWERED
      Mappings:
      Namespace Name Mixin selector
      official b Lcrt;b:Lczh;
      intermediary field_11326 Lnet/minecraft/class_2428;field_11326:Lnet/minecraft/class_2746;
      named POWERED Lnet/minecraft/block/NoteBlock;POWERED:Lnet/minecraft/state/property/BooleanProperty;
    • NOTE

      public static final IntProperty NOTE
      Mappings:
      Namespace Name Mixin selector
      official c Lcrt;c:Lczq;
      intermediary field_11324 Lnet/minecraft/class_2428;field_11324:Lnet/minecraft/class_2758;
      named NOTE Lnet/minecraft/block/NoteBlock;NOTE:Lnet/minecraft/state/property/IntProperty;
  • Constructor Details

    • NoteBlock

      public NoteBlock(AbstractBlock.Settings settings)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcyp;<init>(Lcyp$c;)V
      intermediary <init> Lnet/minecraft/class_4970;<init>(Lnet/minecraft/class_4970$class_2251;)V
      named <init> Lnet/minecraft/block/AbstractBlock;<init>(Lnet/minecraft/block/AbstractBlock$Settings;)V
  • Method Details