Package net.minecraft.datafixer.fix
Class RenameScoreboardDisplaySlotFix
java.lang.Object
com.mojang.datafixers.DataFix
net.minecraft.datafixer.fix.RenameScoreboardDisplaySlotFix
public class RenameScoreboardDisplaySlotFix
extends com.mojang.datafixers.DataFix
- Mappings:
Namespace Name official azf
intermediary net/minecraft/class_8627
named net/minecraft/datafixer/fix/RenameScoreboardDisplaySlotFix
-
Field Summary
-
Constructor Summary
ConstructorDescriptionRenameScoreboardDisplaySlotFix
(com.mojang.datafixers.schemas.Schema outputSchema) -
Method Summary
Modifier and TypeMethodDescriptionprivate static @Nullable String
getUpdatedName
(String oldName) protected com.mojang.datafixers.TypeRewriteRule
makeRule()
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
-
OLD_TO_NEW_SLOT_NAMES
- Mappings:
Namespace Name Mixin selector official a
Lazf;a:Ljava/util/Map;
intermediary field_45098
Lnet/minecraft/class_8627;field_45098:Ljava/util/Map;
named OLD_TO_NEW_SLOT_NAMES
Lnet/minecraft/datafixer/fix/RenameScoreboardDisplaySlotFix;OLD_TO_NEW_SLOT_NAMES:Ljava/util/Map;
-
-
Constructor Details
-
RenameScoreboardDisplaySlotFix
public RenameScoreboardDisplaySlotFix(com.mojang.datafixers.schemas.Schema outputSchema) - Mappings:
Namespace Name Mixin selector official <init>
Lazf;<init>(Lcom/mojang/datafixers/schemas/Schema;)V
intermediary <init>
Lnet/minecraft/class_8627;<init>(Lcom/mojang/datafixers/schemas/Schema;)V
named <init>
Lnet/minecraft/datafixer/fix/RenameScoreboardDisplaySlotFix;<init>(Lcom/mojang/datafixers/schemas/Schema;)V
-
-
Method Details
-
getUpdatedName
- Mappings:
Namespace Name Mixin selector official a
Lazf;a(Ljava/lang/String;)Ljava/lang/String;
intermediary method_52493
Lnet/minecraft/class_8627;method_52493(Ljava/lang/String;)Ljava/lang/String;
named getUpdatedName
Lnet/minecraft/datafixer/fix/RenameScoreboardDisplaySlotFix;getUpdatedName(Ljava/lang/String;)Ljava/lang/String;
-
makeRule
protected com.mojang.datafixers.TypeRewriteRule makeRule()- Specified by:
makeRule
in classcom.mojang.datafixers.DataFix
-