Class ChunkStreamVersion

java.lang.Object
net.minecraft.world.storage.ChunkStreamVersion

public class ChunkStreamVersion extends Object
Mappings:
Namespace Name
official dop
intermediary net/minecraft/class_4486
named net/minecraft/world/storage/ChunkStreamVersion
  • Field Details

    • field_48755

      private static final Logger field_48755
      Mappings:
      Namespace Name Mixin selector
      official f Ldop;f:Lorg/slf4j/Logger;
      intermediary field_48755 Lnet/minecraft/class_4486;field_48755:Lorg/slf4j/Logger;
      named field_48755 Lnet/minecraft/world/storage/ChunkStreamVersion;field_48755:Lorg/slf4j/Logger;
    • VERSIONS

      private static final Int2ObjectMap<ChunkStreamVersion> VERSIONS
      Mappings:
      Namespace Name Mixin selector
      official g Ldop;g:Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;
      intermediary field_20445 Lnet/minecraft/class_4486;field_20445:Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;
      named VERSIONS Lnet/minecraft/world/storage/ChunkStreamVersion;VERSIONS:Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;
    • field_48756

      private static final Object2ObjectMap<String,ChunkStreamVersion> field_48756
      Mappings:
      Namespace Name Mixin selector
      official h Ldop;h:Lit/unimi/dsi/fastutil/objects/Object2ObjectMap;
      intermediary field_48756 Lnet/minecraft/class_4486;field_48756:Lit/unimi/dsi/fastutil/objects/Object2ObjectMap;
      named field_48756 Lnet/minecraft/world/storage/ChunkStreamVersion;field_48756:Lit/unimi/dsi/fastutil/objects/Object2ObjectMap;
    • GZIP

      public static final ChunkStreamVersion GZIP
      Mappings:
      Namespace Name Mixin selector
      official a Ldop;a:Ldop;
      intermediary field_20442 Lnet/minecraft/class_4486;field_20442:Lnet/minecraft/class_4486;
      named GZIP Lnet/minecraft/world/storage/ChunkStreamVersion;GZIP:Lnet/minecraft/world/storage/ChunkStreamVersion;
    • DEFLATE

      public static final ChunkStreamVersion DEFLATE
      Mappings:
      Namespace Name Mixin selector
      official b Ldop;b:Ldop;
      intermediary field_20443 Lnet/minecraft/class_4486;field_20443:Lnet/minecraft/class_4486;
      named DEFLATE Lnet/minecraft/world/storage/ChunkStreamVersion;DEFLATE:Lnet/minecraft/world/storage/ChunkStreamVersion;
    • UNCOMPRESSED

      public static final ChunkStreamVersion UNCOMPRESSED
      Mappings:
      Namespace Name Mixin selector
      official c Ldop;c:Ldop;
      intermediary field_20444 Lnet/minecraft/class_4486;field_20444:Lnet/minecraft/class_4486;
      named UNCOMPRESSED Lnet/minecraft/world/storage/ChunkStreamVersion;UNCOMPRESSED:Lnet/minecraft/world/storage/ChunkStreamVersion;
    • field_48753

      public static final ChunkStreamVersion field_48753
      Mappings:
      Namespace Name Mixin selector
      official d Ldop;d:Ldop;
      intermediary field_48753 Lnet/minecraft/class_4486;field_48753:Lnet/minecraft/class_4486;
      named field_48753 Lnet/minecraft/world/storage/ChunkStreamVersion;field_48753:Lnet/minecraft/world/storage/ChunkStreamVersion;
    • field_48754

      public static final ChunkStreamVersion field_48754
      Mappings:
      Namespace Name Mixin selector
      official e Ldop;e:Ldop;
      intermediary field_48754 Lnet/minecraft/class_4486;field_48754:Lnet/minecraft/class_4486;
      named field_48754 Lnet/minecraft/world/storage/ChunkStreamVersion;field_48754:Lnet/minecraft/world/storage/ChunkStreamVersion;
    • field_48757

      private static volatile ChunkStreamVersion field_48757
      Mappings:
      Namespace Name Mixin selector
      official i Ldop;i:Ldop;
      intermediary field_48757 Lnet/minecraft/class_4486;field_48757:Lnet/minecraft/class_4486;
      named field_48757 Lnet/minecraft/world/storage/ChunkStreamVersion;field_48757:Lnet/minecraft/world/storage/ChunkStreamVersion;
    • id

      private final int id
      Mappings:
      Namespace Name Mixin selector
      official j Ldop;j:I
      intermediary field_20446 Lnet/minecraft/class_4486;field_20446:I
      named id Lnet/minecraft/world/storage/ChunkStreamVersion;id:I
    • field_48758

      @Nullable private final @Nullable String field_48758
      Mappings:
      Namespace Name Mixin selector
      official k Ldop;k:Ljava/lang/String;
      intermediary field_48758 Lnet/minecraft/class_4486;field_48758:Ljava/lang/String;
      named field_48758 Lnet/minecraft/world/storage/ChunkStreamVersion;field_48758:Ljava/lang/String;
    • inputStreamWrapper

      private final ChunkStreamVersion.Wrapper<InputStream> inputStreamWrapper
      Mappings:
      Namespace Name Mixin selector
      official l Ldop;l:Ldop$a;
      intermediary field_20447 Lnet/minecraft/class_4486;field_20447:Lnet/minecraft/class_4486$class_4487;
      named inputStreamWrapper Lnet/minecraft/world/storage/ChunkStreamVersion;inputStreamWrapper:Lnet/minecraft/world/storage/ChunkStreamVersion$Wrapper;
    • outputStreamWrapper

      private final ChunkStreamVersion.Wrapper<OutputStream> outputStreamWrapper
      Mappings:
      Namespace Name Mixin selector
      official m Ldop;m:Ldop$a;
      intermediary field_20448 Lnet/minecraft/class_4486;field_20448:Lnet/minecraft/class_4486$class_4487;
      named outputStreamWrapper Lnet/minecraft/world/storage/ChunkStreamVersion;outputStreamWrapper:Lnet/minecraft/world/storage/ChunkStreamVersion$Wrapper;
  • Constructor Details

    • ChunkStreamVersion

      private ChunkStreamVersion(int id, @Nullable @Nullable String string, ChunkStreamVersion.Wrapper<InputStream> wrapper, ChunkStreamVersion.Wrapper<OutputStream> wrapper2)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldop;<init>(ILjava/lang/String;Ldop$a;Ldop$a;)V
      intermediary <init> Lnet/minecraft/class_4486;<init>(ILjava/lang/String;Lnet/minecraft/class_4486$class_4487;Lnet/minecraft/class_4486$class_4487;)V
      named <init> Lnet/minecraft/world/storage/ChunkStreamVersion;<init>(ILjava/lang/String;Lnet/minecraft/world/storage/ChunkStreamVersion$Wrapper;Lnet/minecraft/world/storage/ChunkStreamVersion$Wrapper;)V
  • Method Details

    • add

      private static ChunkStreamVersion add(ChunkStreamVersion version)
      Mappings:
      Namespace Name Mixin selector
      official a Ldop;a(Ldop;)Ldop;
      intermediary method_21884 Lnet/minecraft/class_4486;method_21884(Lnet/minecraft/class_4486;)Lnet/minecraft/class_4486;
      named add Lnet/minecraft/world/storage/ChunkStreamVersion;add(Lnet/minecraft/world/storage/ChunkStreamVersion;)Lnet/minecraft/world/storage/ChunkStreamVersion;
    • get

      @Nullable public static @Nullable ChunkStreamVersion get(int id)
      Mappings:
      Namespace Name Mixin selector
      official a Ldop;a(I)Ldop;
      intermediary method_21883 Lnet/minecraft/class_4486;method_21883(I)Lnet/minecraft/class_4486;
      named get Lnet/minecraft/world/storage/ChunkStreamVersion;get(I)Lnet/minecraft/world/storage/ChunkStreamVersion;
    • method_56568

      public static void method_56568(String string)
      Mappings:
      Namespace Name Mixin selector
      official a Ldop;a(Ljava/lang/String;)V
      intermediary method_56568 Lnet/minecraft/class_4486;method_56568(Ljava/lang/String;)V
      named method_56568 Lnet/minecraft/world/storage/ChunkStreamVersion;method_56568(Ljava/lang/String;)V
    • method_56567

      public static ChunkStreamVersion method_56567()
      Mappings:
      Namespace Name Mixin selector
      official a Ldop;a()Ldop;
      intermediary method_56567 Lnet/minecraft/class_4486;method_56567()Lnet/minecraft/class_4486;
      named method_56567 Lnet/minecraft/world/storage/ChunkStreamVersion;method_56567()Lnet/minecraft/world/storage/ChunkStreamVersion;
    • exists

      public static boolean exists(int id)
      Mappings:
      Namespace Name Mixin selector
      official b Ldop;b(I)Z
      intermediary method_21887 Lnet/minecraft/class_4486;method_21887(I)Z
      named exists Lnet/minecraft/world/storage/ChunkStreamVersion;exists(I)Z
    • getId

      public int getId()
      Mappings:
      Namespace Name Mixin selector
      official b Ldop;b()I
      intermediary method_21882 Lnet/minecraft/class_4486;method_21882()I
      named getId Lnet/minecraft/world/storage/ChunkStreamVersion;getId()I
    • wrap

      public OutputStream wrap(OutputStream outputStream) throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official a Ldop;a(Ljava/io/OutputStream;)Ljava/io/OutputStream;
      intermediary method_21886 Lnet/minecraft/class_4486;method_21886(Ljava/io/OutputStream;)Ljava/io/OutputStream;
      named wrap Lnet/minecraft/world/storage/ChunkStreamVersion;wrap(Ljava/io/OutputStream;)Ljava/io/OutputStream;
    • wrap

      public InputStream wrap(InputStream inputStream) throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official a Ldop;a(Ljava/io/InputStream;)Ljava/io/InputStream;
      intermediary method_21885 Lnet/minecraft/class_4486;method_21885(Ljava/io/InputStream;)Ljava/io/InputStream;
      named wrap Lnet/minecraft/world/storage/ChunkStreamVersion;wrap(Ljava/io/InputStream;)Ljava/io/InputStream;