Package net.minecraft.datafixer.fix
Class ItemStackEnchantmentFix
java.lang.Object
com.mojang.datafixers.DataFix
net.minecraft.datafixer.fix.ItemStackEnchantmentFix
public class ItemStackEnchantmentFix
extends com.mojang.datafixers.DataFix
- Mappings:
 Namespace Name named net/minecraft/datafixer/fix/ItemStackEnchantmentFixintermediary net/minecraft/class_1187official bhf
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionItemStackEnchantmentFix(com.mojang.datafixers.schemas.Schema schema, boolean bool)  - 
Method Summary
Modifier and TypeMethodDescriptionprivate com.mojang.serialization.Dynamic<?> fixEnchantments(com.mojang.serialization.Dynamic<?> tagDynamic) protected com.mojang.datafixers.TypeRewriteRulemakeRule()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
- 
ID_TO_ENCHANTMENTS_MAP
- Mappings:
 Namespace Name Mixin selector named ID_TO_ENCHANTMENTS_MAPLnet/minecraft/datafixer/fix/ItemStackEnchantmentFix;ID_TO_ENCHANTMENTS_MAP:Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;intermediary field_5681Lnet/minecraft/class_1187;field_5681:Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;official aLbhf;a:Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;
 
 - 
 - 
Constructor Details
- 
ItemStackEnchantmentFix
public ItemStackEnchantmentFix(com.mojang.datafixers.schemas.Schema schema, boolean bool)  
 - 
 - 
Method Details
- 
makeRule
protected com.mojang.datafixers.TypeRewriteRule makeRule()- Specified by:
 makeRulein classcom.mojang.datafixers.DataFix
 - 
fixEnchantments
private com.mojang.serialization.Dynamic<?> fixEnchantments(com.mojang.serialization.Dynamic<?> tagDynamic) - Mappings:
 Namespace Name Mixin selector named fixEnchantmentsLnet/minecraft/datafixer/fix/ItemStackEnchantmentFix;fixEnchantments(Lcom/mojang/serialization/Dynamic;)Lcom/mojang/serialization/Dynamic;intermediary method_5035Lnet/minecraft/class_1187;method_5035(Lcom/mojang/serialization/Dynamic;)Lcom/mojang/serialization/Dynamic;official aLbhf;a(Lcom/mojang/serialization/Dynamic;)Lcom/mojang/serialization/Dynamic;
 
 -