Package net.minecraft.util.datafix.fixes
Class AddNewChoices
java.lang.Object
com.mojang.datafixers.DataFix
net.minecraft.util.datafix.fixes.AddNewChoices
public class AddNewChoices
extends com.mojang.datafixers.DataFix
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionAddNewChoices(com.mojang.datafixers.schemas.Schema p_14628_, String p_14629_, com.mojang.datafixers.DSL.TypeReference p_14630_)  - 
Method Summary
Modifier and TypeMethodDescriptionprotected final <K> com.mojang.datafixers.TypeRewriteRulecap(String p_14638_, com.mojang.datafixers.types.templates.TaggedChoice.TaggedChoiceType<K> p_14639_, com.mojang.datafixers.types.templates.TaggedChoice.TaggedChoiceType<?> p_14640_) 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
- 
name
 - 
type
private final com.mojang.datafixers.DSL.TypeReference type 
 - 
 - 
Constructor Details
- 
AddNewChoices
public AddNewChoices(com.mojang.datafixers.schemas.Schema p_14628_, String p_14629_, com.mojang.datafixers.DSL.TypeReference p_14630_)  
 - 
 - 
Method Details
- 
makeRule
public com.mojang.datafixers.TypeRewriteRule makeRule()- Specified by:
 makeRulein classcom.mojang.datafixers.DataFix
 - 
cap
protected final <K> com.mojang.datafixers.TypeRewriteRule cap(String p_14638_, com.mojang.datafixers.types.templates.TaggedChoice.TaggedChoiceType<K> p_14639_, com.mojang.datafixers.types.templates.TaggedChoice.TaggedChoiceType<?> p_14640_)  
 -