Interface WeightedPool.Content<E>

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

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

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

    • get

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