Class ChoiceTypesFix

java.lang.Object
com.mojang.datafixers.DataFix
net.minecraft.datafixer.fix.ChoiceTypesFix

public class ChoiceTypesFix
extends com.mojang.datafixers.DataFix
Mappings:
Namespace Name
official agw
intermediary net/minecraft/class_3553
named net/minecraft/datafixer/fix/ChoiceTypesFix
  • Field Summary

    Fields
    Modifier and Type Field Description
    private String name  
    private com.mojang.datafixers.DSL.TypeReference types  
  • Constructor Summary

    Constructors
    Constructor Description
    ChoiceTypesFix​(com.mojang.datafixers.schemas.Schema outputSchema, String name, com.mojang.datafixers.DSL.TypeReference types)  
  • Method Summary

    Modifier and Type Method Description
    protected <K> com.mojang.datafixers.TypeRewriteRule fixChoiceTypes​(String name, com.mojang.datafixers.types.templates.TaggedChoice.TaggedChoiceType<K> inputChoiceType, com.mojang.datafixers.types.templates.TaggedChoice.TaggedChoiceType<?> outputChoiceType)  
    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • name

      private final String name
      Mappings:
      Namespace Name Mixin selector
      official a Lagw;a:Ljava/lang/String;
      intermediary field_15779 Lnet/minecraft/class_3553;field_15779:Ljava/lang/String;
      named name Lnet/minecraft/datafixer/fix/ChoiceTypesFix;name:Ljava/lang/String;
    • types

      private final com.mojang.datafixers.DSL.TypeReference types
      Mappings:
      Namespace Name Mixin selector
      official b Lagw;b:Lcom/mojang/datafixers/DSL$TypeReference;
      intermediary field_15780 Lnet/minecraft/class_3553;field_15780:Lcom/mojang/datafixers/DSL$TypeReference;
      named types Lnet/minecraft/datafixer/fix/ChoiceTypesFix;types:Lcom/mojang/datafixers/DSL$TypeReference;
  • Constructor Details

    • ChoiceTypesFix

      public ChoiceTypesFix​(com.mojang.datafixers.schemas.Schema outputSchema, String name, com.mojang.datafixers.DSL.TypeReference types)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lagw;<init>(Lcom/mojang/datafixers/schemas/Schema;Ljava/lang/String;Lcom/mojang/datafixers/DSL$TypeReference;)V
      intermediary <init> Lnet/minecraft/class_3553;<init>(Lcom/mojang/datafixers/schemas/Schema;Ljava/lang/String;Lcom/mojang/datafixers/DSL$TypeReference;)V
      named <init> Lnet/minecraft/datafixer/fix/ChoiceTypesFix;<init>(Lcom/mojang/datafixers/schemas/Schema;Ljava/lang/String;Lcom/mojang/datafixers/DSL$TypeReference;)V
  • Method Details

    • makeRule

      public com.mojang.datafixers.TypeRewriteRule makeRule()
      Specified by:
      makeRule in class com.mojang.datafixers.DataFix
      Mappings:
      Namespace Name Mixin selector
      official makeRule Lagw;makeRule()Lcom/mojang/datafixers/TypeRewriteRule;
      intermediary makeRule Lnet/minecraft/class_3553;makeRule()Lcom/mojang/datafixers/TypeRewriteRule;
      named makeRule Lnet/minecraft/datafixer/fix/ChoiceTypesFix;makeRule()Lcom/mojang/datafixers/TypeRewriteRule;
    • fixChoiceTypes

      protected final <K> com.mojang.datafixers.TypeRewriteRule fixChoiceTypes​(String name, com.mojang.datafixers.types.templates.TaggedChoice.TaggedChoiceType<K> inputChoiceType, com.mojang.datafixers.types.templates.TaggedChoice.TaggedChoiceType<?> outputChoiceType)
      Mappings:
      Namespace Name Mixin selector
      official a Lagw;a(Ljava/lang/String;Lcom/mojang/datafixers/types/templates/TaggedChoice$TaggedChoiceType;Lcom/mojang/datafixers/types/templates/TaggedChoice$TaggedChoiceType;)Lcom/mojang/datafixers/TypeRewriteRule;
      intermediary method_15476 Lnet/minecraft/class_3553;method_15476(Ljava/lang/String;Lcom/mojang/datafixers/types/templates/TaggedChoice$TaggedChoiceType;Lcom/mojang/datafixers/types/templates/TaggedChoice$TaggedChoiceType;)Lcom/mojang/datafixers/TypeRewriteRule;
      named fixChoiceTypes Lnet/minecraft/datafixer/fix/ChoiceTypesFix;fixChoiceTypes(Ljava/lang/String;Lcom/mojang/datafixers/types/templates/TaggedChoice$TaggedChoiceType;Lcom/mojang/datafixers/types/templates/TaggedChoice$TaggedChoiceType;)Lcom/mojang/datafixers/TypeRewriteRule;