Package net.minecraft

Class class_4519

java.lang.Object
com.mojang.datafixers.DataFix
net.minecraft.class_4519
Direct Known Subclasses:
class_3121, class_3406

public abstract class class_4519 extends com.mojang.datafixers.DataFix
Mappings:
Namespace Name
official zl
intermediary net/minecraft/class_4519
named net/minecraft/class_4519
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    class_4519(String string, com.mojang.datafixers.schemas.Schema schema, boolean bool)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.mojang.datafixers.TypeRewriteRule
     
    private <A> com.mojang.datafixers.Typed<A>
    method_21738(Object object, com.mojang.datafixers.types.DynamicOps<?> dynamicOps, com.mojang.datafixers.types.Type<A> type)
     
    protected abstract com.mojang.datafixers.util.Pair<String,com.mojang.datafixers.Typed<?>>
    method_21739(String string, com.mojang.datafixers.Typed<?> typed)
     

    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

    • field_22337

      protected final String field_22337
      Mappings:
      Namespace Name Mixin selector
      official a Lzl;a:Ljava/lang/String;
      intermediary field_22337 Lnet/minecraft/class_4519;field_22337:Ljava/lang/String;
      named field_22337 Lnet/minecraft/class_4519;field_22337:Ljava/lang/String;
  • Constructor Details

    • class_4519

      public class_4519(String string, com.mojang.datafixers.schemas.Schema schema, boolean bool)
  • 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 Lzl;makeRule()Lcom/mojang/datafixers/TypeRewriteRule;
      intermediary makeRule Lnet/minecraft/class_4519;makeRule()Lcom/mojang/datafixers/TypeRewriteRule;
      named makeRule Lnet/minecraft/class_4519;makeRule()Lcom/mojang/datafixers/TypeRewriteRule;
    • method_21738

      private <A> com.mojang.datafixers.Typed<A> method_21738(Object object, com.mojang.datafixers.types.DynamicOps<?> dynamicOps, com.mojang.datafixers.types.Type<A> type)
      Mappings:
      Namespace Name Mixin selector
      official a Lzl;a(Ljava/lang/Object;Lcom/mojang/datafixers/types/DynamicOps;Lcom/mojang/datafixers/types/Type;)Lcom/mojang/datafixers/Typed;
      intermediary method_21738 Lnet/minecraft/class_4519;method_21738(Ljava/lang/Object;Lcom/mojang/datafixers/types/DynamicOps;Lcom/mojang/datafixers/types/Type;)Lcom/mojang/datafixers/Typed;
      named method_21738 Lnet/minecraft/class_4519;method_21738(Ljava/lang/Object;Lcom/mojang/datafixers/types/DynamicOps;Lcom/mojang/datafixers/types/Type;)Lcom/mojang/datafixers/Typed;
    • method_21739

      protected abstract com.mojang.datafixers.util.Pair<String,com.mojang.datafixers.Typed<?>> method_21739(String string, com.mojang.datafixers.Typed<?> typed)
      Mappings:
      Namespace Name Mixin selector
      official a Lzl;a(Ljava/lang/String;Lcom/mojang/datafixers/Typed;)Lcom/mojang/datafixers/util/Pair;
      intermediary method_21739 Lnet/minecraft/class_4519;method_21739(Ljava/lang/String;Lcom/mojang/datafixers/Typed;)Lcom/mojang/datafixers/util/Pair;
      named method_21739 Lnet/minecraft/class_4519;method_21739(Ljava/lang/String;Lcom/mojang/datafixers/Typed;)Lcom/mojang/datafixers/util/Pair;