Interface DataWriter

All Known Implementing Classes:
DataCache.CachedDataWriter

public interface DataWriter
Mappings:
Namespace Name
official it
intermediary net/minecraft/class_7403
named net/minecraft/data/DataWriter
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    write(Path path, byte[] data, HashCode hashCode)
     
  • Method Details

    • write

      void write(Path path, byte[] data, HashCode hashCode) throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official a Lit;a(Ljava/nio/file/Path;[BLcom/google/common/hash/HashCode;)V
      intermediary method_43346 Lnet/minecraft/class_7403;method_43346(Ljava/nio/file/Path;[BLcom/google/common/hash/HashCode;)V
      named write Lnet/minecraft/data/DataWriter;write(Ljava/nio/file/Path;[BLcom/google/common/hash/HashCode;)V