Package net.minecraft.util.datafix.fixes
Class EntityHealthFix
java.lang.Object
com.mojang.datafixers.DataFix
net.minecraft.util.datafix.fixes.EntityHealthFix
public class EntityHealthFix
extends com.mojang.datafixers.DataFix
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionEntityHealthFix(com.mojang.datafixers.schemas.Schema p_15434_, boolean p_15435_)  - 
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
- 
ENTITIES
 
 - 
 - 
Constructor Details
- 
EntityHealthFix
public EntityHealthFix(com.mojang.datafixers.schemas.Schema p_15434_, boolean p_15435_)  
 - 
 - 
Method Details
- 
fixTag
public com.mojang.serialization.Dynamic<?> fixTag(com.mojang.serialization.Dynamic<?> p_15439_)  - 
makeRule
public com.mojang.datafixers.TypeRewriteRule makeRule()- Specified by:
 makeRulein classcom.mojang.datafixers.DataFix
 
 -