Class DyedCarpetBlock

All Implemented Interfaces:
ItemConvertible

public class DyedCarpetBlock
extends CarpetBlock
Mappings:
Namespace Name
official cfg
intermediary net/minecraft/class_5815
named net/minecraft/block/DyedCarpetBlock
  • Field Details

    • dyeColor

      private final DyeColor dyeColor
      Mappings:
      Namespace Name Mixin selector
      official b Lcfg;b:Lbms;
      intermediary field_28715 Lnet/minecraft/class_5815;field_28715:Lnet/minecraft/class_1767;
      named dyeColor Lnet/minecraft/block/DyedCarpetBlock;dyeColor:Lnet/minecraft/util/DyeColor;
  • Constructor Details

    • DyedCarpetBlock

      protected DyedCarpetBlock​(DyeColor dyeColor, AbstractBlock.Settings settings)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcfg;<init>(Lbms;Lchs$c;)V
      intermediary <init> Lnet/minecraft/class_5815;<init>(Lnet/minecraft/class_1767;Lnet/minecraft/class_4970$class_2251;)V
      named <init> Lnet/minecraft/block/DyedCarpetBlock;<init>(Lnet/minecraft/util/DyeColor;Lnet/minecraft/block/AbstractBlock$Settings;)V
  • Method Details

    • getDyeColor

      public DyeColor getDyeColor()
      Mappings:
      Namespace Name Mixin selector
      official c Lcfg;c()Lbms;
      intermediary method_33635 Lnet/minecraft/class_5815;method_33635()Lnet/minecraft/class_1767;
      named getDyeColor Lnet/minecraft/block/DyedCarpetBlock;getDyeColor()Lnet/minecraft/util/DyeColor;