Interface Pool.Content<E>

All Known Implementing Classes:
Pool.FlattenedContent, Pool.WrappedContent
Enclosing class:
Pool<E>

private static interface Pool.Content<E>
Mappings:
Namespace Name
named net/minecraft/util/collection/Pool$Content
intermediary net/minecraft/class_6012$class_10581
official btm$d
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    get(int i)
     
  • Method Details Link icon

    • get Link icon

      E get(int i)
      Mappings:
      Namespace Name Mixin selector
      named get Lnet/minecraft/util/collection/Pool$Content;get(I)Ljava/lang/Object;
      intermediary method_66219 Lnet/minecraft/class_6012$class_10581;method_66219(I)Ljava/lang/Object;
      official a Lbtm$d;a(I)Ljava/lang/Object;