Class FacingBlock

All Implemented Interfaces:
ItemConvertible, ToggleableFeature
Direct Known Subclasses:
ObserverBlock, PistonBlock, PistonHeadBlock, RodBlock

public abstract class FacingBlock extends Block
Mappings:
Namespace Name
official dhg
intermediary net/minecraft/class_2318
named net/minecraft/block/FacingBlock
  • Field Details

    • FACING

      public static final DirectionProperty FACING
      Mappings:
      Namespace Name Mixin selector
      official a Ldhg;a:Ldtw;
      intermediary field_10927 Lnet/minecraft/class_2318;field_10927:Lnet/minecraft/class_2753;
      named FACING Lnet/minecraft/block/FacingBlock;FACING:Lnet/minecraft/state/property/DirectionProperty;
  • Constructor Details

  • Method Details

    • getCodec

      protected abstract com.mojang.serialization.MapCodec<? extends FacingBlock> getCodec()
      Overrides:
      getCodec in class Block
      Mappings:
      Namespace Name Mixin selector
      official a Ldtb;a()Lcom/mojang/serialization/MapCodec;
      intermediary method_53969 Lnet/minecraft/class_4970;method_53969()Lcom/mojang/serialization/MapCodec;
      named getCodec Lnet/minecraft/block/AbstractBlock;getCodec()Lcom/mojang/serialization/MapCodec;