Package net.minecraft

Interface class_7936<T>

All Superinterfaces:
AutoCloseable, Closeable

public interface class_7936<T> extends Closeable
Mappings:
Namespace Name
official ayp
intermediary net/minecraft/class_7936
named net/minecraft/class_7936
  • Method Summary

    Modifier and Type
    Method
    Description
     
    static <T> class_7936<T>
    method_47571(com.mojang.serialization.Codec<T> codec, Reader reader)
     

    Methods inherited from interface java.io.Closeable

    close
  • Method Details

    • method_47571

      static <T> class_7936<T> method_47571(com.mojang.serialization.Codec<T> codec, Reader reader)
      Mappings:
      Namespace Name Mixin selector
      official a Layp;a(Lcom/mojang/serialization/Codec;Ljava/io/Reader;)Layp;
      intermediary method_47571 Lnet/minecraft/class_7936;method_47571(Lcom/mojang/serialization/Codec;Ljava/io/Reader;)Lnet/minecraft/class_7936;
      named method_47571 Lnet/minecraft/class_7936;method_47571(Lcom/mojang/serialization/Codec;Ljava/io/Reader;)Lnet/minecraft/class_7936;
    • method_47570

      @Nullable T method_47570() throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official a Layp;a()Ljava/lang/Object;
      intermediary method_47570 Lnet/minecraft/class_7936;method_47570()Ljava/lang/Object;
      named method_47570 Lnet/minecraft/class_7936;method_47570()Ljava/lang/Object;