Package net.minecraft.datafixer.fix
Class DisplayNameFix
java.lang.Object
com.mojang.datafixers.DataFix
net.minecraft.datafixer.fix.DisplayNameFix
public class DisplayNameFix
extends com.mojang.datafixers.DataFix
- Mappings:
Namespace Name named net/minecraft/datafixer/fix/DisplayNameFixintermediary net/minecraft/class_10567official bjx
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Stringprivate final com.mojang.datafixers.DSL.TypeReference -
Constructor Summary
ConstructorsConstructorDescriptionDisplayNameFix(com.mojang.datafixers.schemas.Schema outputSchema, String name, com.mojang.datafixers.DSL.TypeReference typeReference) -
Method Summary
Methods inherited from class com.mojang.datafixers.DataFix
checked, convertUnchecked, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhereTyped, fixTypeEverywhereTyped, fixTypeEverywhereTyped, fixTypeEverywhereTyped, getInputSchema, getOutputSchema, getRule, getVersionKey, onFail, writeAndRead, writeFixAndRead
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector named nameLnet/minecraft/datafixer/fix/DisplayNameFix;name:Ljava/lang/String;intermediary field_55640Lnet/minecraft/class_10567;field_55640:Ljava/lang/String;official aLbjx;a:Ljava/lang/String;
-
typeReference
private final com.mojang.datafixers.DSL.TypeReference typeReference- Mappings:
Namespace Name Mixin selector named typeReferenceLnet/minecraft/datafixer/fix/DisplayNameFix;typeReference:Lcom/mojang/datafixers/DSL$TypeReference;intermediary field_55641Lnet/minecraft/class_10567;field_55641:Lcom/mojang/datafixers/DSL$TypeReference;official bLbjx;b:Lcom/mojang/datafixers/DSL$TypeReference;
-
-
Constructor Details
-
DisplayNameFix
public DisplayNameFix(com.mojang.datafixers.schemas.Schema outputSchema, String name, com.mojang.datafixers.DSL.TypeReference typeReference) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/datafixer/fix/DisplayNameFix;<init>(Lcom/mojang/datafixers/schemas/Schema;Ljava/lang/String;Lcom/mojang/datafixers/DSL$TypeReference;)Vintermediary <init>Lnet/minecraft/class_10567;<init>(Lcom/mojang/datafixers/schemas/Schema;Ljava/lang/String;Lcom/mojang/datafixers/DSL$TypeReference;)Vofficial <init>Lbjx;<init>(Lcom/mojang/datafixers/schemas/Schema;Ljava/lang/String;Lcom/mojang/datafixers/DSL$TypeReference;)V
-
-
Method Details
-
makeRule
protected com.mojang.datafixers.TypeRewriteRule makeRule()- Specified by:
makeRulein classcom.mojang.datafixers.DataFix
-