Class ItemShulkerBoxColorFix

java.lang.Object
com.mojang.datafixers.DataFix
net.minecraft.datafixer.fix.ItemShulkerBoxColorFix

public class ItemShulkerBoxColorFix extends com.mojang.datafixers.DataFix
Mappings:
Namespace Name
named net/minecraft/datafixer/fix/ItemShulkerBoxColorFix
intermediary net/minecraft/class_1185
official bfq
  • Field Summary Link icon

    Fields
    Modifier and Type
    Field
    Description
    static final String[]
     
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
    ItemShulkerBoxColorFix(com.mojang.datafixers.schemas.Schema outputSchema, boolean changesType)
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    com.mojang.datafixers.TypeRewriteRule
     

    Methods inherited from class com.mojang.datafixers.DataFix Link icon

    checked, convertUnchecked, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhereTyped, fixTypeEverywhereTyped, fixTypeEverywhereTyped, fixTypeEverywhereTyped, getInputSchema, getOutputSchema, getRule, getVersionKey, onFail, writeAndRead, writeFixAndRead

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details Link icon

    • COLORED_SHULKER_BOX_IDS Link icon

      public static final String[] COLORED_SHULKER_BOX_IDS
      Mappings:
      Namespace Name Mixin selector
      named COLORED_SHULKER_BOX_IDS Lnet/minecraft/datafixer/fix/ItemShulkerBoxColorFix;COLORED_SHULKER_BOX_IDS:[Ljava/lang/String;
      intermediary field_5680 Lnet/minecraft/class_1185;field_5680:[Ljava/lang/String;
      official a Lbfq;a:[Ljava/lang/String;
  • Constructor Details Link icon

    • ItemShulkerBoxColorFix Link icon

      public ItemShulkerBoxColorFix(com.mojang.datafixers.schemas.Schema outputSchema, boolean changesType)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/datafixer/fix/ItemShulkerBoxColorFix;<init>(Lcom/mojang/datafixers/schemas/Schema;Z)V
      intermediary <init> Lnet/minecraft/class_1185;<init>(Lcom/mojang/datafixers/schemas/Schema;Z)V
      official <init> Lbfq;<init>(Lcom/mojang/datafixers/schemas/Schema;Z)V
  • Method Details Link icon

    • makeRule Link icon

      public com.mojang.datafixers.TypeRewriteRule makeRule()
      Specified by:
      makeRule in class com.mojang.datafixers.DataFix