Class AbstractSkullBlock

All Implemented Interfaces:
BlockEntityProvider, Equipment, ItemConvertible, ToggleableFeature
Direct Known Subclasses:
SkullBlock, WallSkullBlock

public abstract class AbstractSkullBlock extends BlockWithEntity implements Equipment
Mappings:
Namespace Name
named net/minecraft/block/AbstractSkullBlock
intermediary net/minecraft/class_2190
official deu
  • Field Details

    • POWERED

      public static final BooleanProperty POWERED
      Mappings:
      Namespace Name Mixin selector
      named POWERED Lnet/minecraft/block/AbstractSkullBlock;POWERED:Lnet/minecraft/state/property/BooleanProperty;
      intermediary field_46110 Lnet/minecraft/class_2190;field_46110:Lnet/minecraft/class_2746;
      official a Ldeu;a:Ldtt;
    • type

      private final SkullBlock.SkullType type
      Mappings:
      Namespace Name Mixin selector
      named type Lnet/minecraft/block/AbstractSkullBlock;type:Lnet/minecraft/block/SkullBlock$SkullType;
      intermediary field_9867 Lnet/minecraft/class_2190;field_9867:Lnet/minecraft/class_2484$class_2485;
      official b Ldeu;b:Ldnb$a;
  • Constructor Details

    • AbstractSkullBlock

      public AbstractSkullBlock(SkullBlock.SkullType type, AbstractBlock.Settings settings)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/block/AbstractSkullBlock;<init>(Lnet/minecraft/block/SkullBlock$SkullType;Lnet/minecraft/block/AbstractBlock$Settings;)V
      intermediary <init> Lnet/minecraft/class_2190;<init>(Lnet/minecraft/class_2484$class_2485;Lnet/minecraft/class_4970$class_2251;)V
      official <init> Ldeu;<init>(Ldnb$a;Ldtb$d;)V
  • Method Details