Package net.minecraft

Class ReadViewImpl.class_11357

java.lang.Object
net.minecraft.ReadViewImpl.class_11357
All Implemented Interfaces:
Iterable<ReadView>, ReadView.class_11370
Enclosing class:
ReadViewImpl

private static class ReadViewImpl.class_11357 extends Object implements ReadView.class_11370
Mappings:
Namespace Name
named net/minecraft/ReadViewImpl$class_11357
intermediary net/minecraft/class_11352$class_11357
official fbd$e
  • Field Details

    • field_60388

      private final ErrorReporter field_60388
      Mappings:
      Namespace Name Mixin selector
      named field_60388 Lnet/minecraft/ReadViewImpl$class_11357;field_60388:Lnet/minecraft/util/ErrorReporter;
      intermediary field_60388 Lnet/minecraft/class_11352$class_11357;field_60388:Lnet/minecraft/class_8942;
      official a Lfbd$e;a:Lbao;
    • field_60389

      private final String field_60389
      Mappings:
      Namespace Name Mixin selector
      named field_60389 Lnet/minecraft/ReadViewImpl$class_11357;field_60389:Ljava/lang/String;
      intermediary field_60389 Lnet/minecraft/class_11352$class_11357;field_60389:Ljava/lang/String;
      official b Lfbd$e;b:Ljava/lang/String;
    • field_60390

      final class_11371 field_60390
      Mappings:
      Namespace Name Mixin selector
      named field_60390 Lnet/minecraft/ReadViewImpl$class_11357;field_60390:Lnet/minecraft/class_11371;
      intermediary field_60390 Lnet/minecraft/class_11352$class_11357;field_60390:Lnet/minecraft/class_11371;
      official c Lfbd$e;c:Lfbg;
    • field_60391

      private final NbtList field_60391
      Mappings:
      Namespace Name Mixin selector
      named field_60391 Lnet/minecraft/ReadViewImpl$class_11357;field_60391:Lnet/minecraft/nbt/NbtList;
      intermediary field_60391 Lnet/minecraft/class_11352$class_11357;field_60391:Lnet/minecraft/class_2499;
      official d Lfbd$e;d:Luk;
  • Constructor Details

  • Method Details

    • method_71444

      public boolean method_71444()
      Specified by:
      method_71444 in interface ReadView.class_11370
      Mappings:
      Namespace Name Mixin selector
      named method_71444 Lnet/minecraft/ReadView$class_11370;method_71444()Z
      intermediary method_71444 Lnet/minecraft/class_11368$class_11370;method_71444()Z
      official a Lfbf$b;a()Z
    • method_71449

      ErrorReporter method_71449(int int2)
      Mappings:
      Namespace Name Mixin selector
      named method_71449 Lnet/minecraft/ReadViewImpl$class_11357;method_71449(I)Lnet/minecraft/util/ErrorReporter;
      intermediary method_71449 Lnet/minecraft/class_11352$class_11357;method_71449(I)Lnet/minecraft/class_8942;
      official a Lfbd$e;a(I)Lbao;
    • method_71450

      void method_71450(int int2, NbtElement nbtElement)
      Mappings:
      Namespace Name Mixin selector
      named method_71450 Lnet/minecraft/ReadViewImpl$class_11357;method_71450(ILnet/minecraft/nbt/NbtElement;)V
      intermediary method_71450 Lnet/minecraft/class_11352$class_11357;method_71450(ILnet/minecraft/class_2520;)V
      official a Lfbd$e;a(ILve;)V
    • method_71447

      public Stream<ReadView> method_71447()
      Specified by:
      method_71447 in interface ReadView.class_11370
      Mappings:
      Namespace Name Mixin selector
      named method_71447 Lnet/minecraft/ReadView$class_11370;method_71447()Ljava/util/stream/Stream;
      intermediary method_71447 Lnet/minecraft/class_11368$class_11370;method_71447()Ljava/util/stream/Stream;
      official b Lfbf$b;b()Ljava/util/stream/Stream;
    • iterator

      public Iterator<ReadView> iterator()
      Specified by:
      iterator in interface Iterable<ReadView>