Interface ReadView.TypedListReadView<T>

All Superinterfaces:
Iterable<T>
All Known Implementing Classes:
NbtReadView.NbtTypedListReadView
Enclosing interface:
ReadView

public static interface ReadView.TypedListReadView<T> extends Iterable<T>
Mappings:
Namespace Name
named net/minecraft/storage/ReadView$TypedListReadView
intermediary net/minecraft/class_11368$class_11369
official fip$a
  • Method Details

    • isEmpty

      boolean isEmpty()
      Mappings:
      Namespace Name Mixin selector
      named isEmpty Lnet/minecraft/storage/ReadView$TypedListReadView;isEmpty()Z
      intermediary method_71453 Lnet/minecraft/class_11368$class_11369;method_71453()Z
      official a Lfip$a;a()Z
    • stream

      Stream<T> stream()
      Mappings:
      Namespace Name Mixin selector
      named stream Lnet/minecraft/storage/ReadView$TypedListReadView;stream()Ljava/util/stream/Stream;
      intermediary method_71456 Lnet/minecraft/class_11368$class_11369;method_71456()Ljava/util/stream/Stream;
      official b Lfip$a;b()Ljava/util/stream/Stream;