Interface DataWriter

All Known Implementing Classes:
DataCache.CachedDataWriter

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

    Fields
    Modifier and Type
    Field
    Description
    static final DataWriter
     
  • Method Summary

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

    • UNCACHED

      static final DataWriter UNCACHED
      Mappings:
      Namespace Name Mixin selector
      official a Ljb;a:Ljb;
      intermediary field_39439 Lnet/minecraft/class_7403;field_39439:Lnet/minecraft/class_7403;
      named UNCACHED Lnet/minecraft/data/DataWriter;UNCACHED:Lnet/minecraft/data/DataWriter;
  • Method Details

    • write

      void write(Path path, byte[] data, HashCode hashCode) throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official writeIfNeeded Ljb;writeIfNeeded(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