Interface StructurePoolAliasLookup

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

@FunctionalInterface public interface StructurePoolAliasLookup
Mappings:
Namespace Name
official egu
intermediary net/minecraft/class_8891
named net/minecraft/structure/pool/alias/StructurePoolAliasLookup
  • Field Details

    • EMPTY

      static final StructurePoolAliasLookup EMPTY
      Mappings:
      Namespace Name Mixin selector
      official a Legu;a:Legu;
      intermediary field_46826 Lnet/minecraft/class_8891;field_46826:Lnet/minecraft/class_8891;
      named EMPTY Lnet/minecraft/structure/pool/alias/StructurePoolAliasLookup;EMPTY:Lnet/minecraft/structure/pool/alias/StructurePoolAliasLookup;
  • Method Details

    • lookup

      Mappings:
      Namespace Name Mixin selector
      official lookup Legu;lookup(Lajs;)Lajs;
      intermediary lookup Lnet/minecraft/class_8891;lookup(Lnet/minecraft/class_5321;)Lnet/minecraft/class_5321;
      named lookup Lnet/minecraft/structure/pool/alias/StructurePoolAliasLookup;lookup(Lnet/minecraft/registry/RegistryKey;)Lnet/minecraft/registry/RegistryKey;
    • create

      static StructurePoolAliasLookup create(List<StructurePoolAliasBinding> bindings, BlockPos pos, long seed)
      Mappings:
      Namespace Name Mixin selector
      official create Legu;create(Ljava/util/List;Lib;J)Legu;
      intermediary create Lnet/minecraft/class_8891;create(Ljava/util/List;Lnet/minecraft/class_2338;J)Lnet/minecraft/class_8891;
      named create Lnet/minecraft/structure/pool/alias/StructurePoolAliasLookup;create(Ljava/util/List;Lnet/minecraft/util/math/BlockPos;J)Lnet/minecraft/structure/pool/alias/StructurePoolAliasLookup;