Interface ChunkStreamVersion.Wrapper<O>

Enclosing class:
ChunkStreamVersion
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface private static interface ChunkStreamVersion.Wrapper<O>
Mappings:
Namespace Name
official dbw$a
intermediary net/minecraft/class_4486$class_4487
named net/minecraft/world/storage/ChunkStreamVersion$Wrapper
  • Method Summary

    Modifier and Type
    Method
    Description
    wrap(O object)
     
  • Method Details

    • wrap

      O wrap(O object) throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official wrap Ldbw$a;wrap(Ljava/lang/Object;)Ljava/lang/Object;
      intermediary wrap Lnet/minecraft/class_4486$class_4487;wrap(Ljava/lang/Object;)Ljava/lang/Object;
      named wrap Lnet/minecraft/world/storage/ChunkStreamVersion$Wrapper;wrap(Ljava/lang/Object;)Ljava/lang/Object;