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.
- Mappings:
Namespace Name named net/minecraft/structure/pool/alias/StructurePoolAliasLookup
intermediary net/minecraft/class_8891
official elf
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic StructurePoolAliasLookup
create
(List<StructurePoolAliasBinding> bindings, BlockPos pos, long seed) lookup
(RegistryKey<StructurePool> pool)
-
Field Details
-
EMPTY
- Mappings:
Namespace Name Mixin selector named EMPTY
Lnet/minecraft/structure/pool/alias/StructurePoolAliasLookup;EMPTY:Lnet/minecraft/structure/pool/alias/StructurePoolAliasLookup;
intermediary field_46826
Lnet/minecraft/class_8891;field_46826:Lnet/minecraft/class_8891;
official a
Lelf;a:Lelf;
-
-
Method Details
-
lookup
- Mappings:
Namespace Name Mixin selector named lookup
Lnet/minecraft/structure/pool/alias/StructurePoolAliasLookup;lookup(Lnet/minecraft/registry/RegistryKey;)Lnet/minecraft/registry/RegistryKey;
intermediary lookup
Lnet/minecraft/class_8891;lookup(Lnet/minecraft/class_5321;)Lnet/minecraft/class_5321;
official lookup
Lelf;lookup(Lakq;)Lakq;
-
create
static StructurePoolAliasLookup create(List<StructurePoolAliasBinding> bindings, BlockPos pos, long seed) - Mappings:
Namespace Name Mixin selector named create
Lnet/minecraft/structure/pool/alias/StructurePoolAliasLookup;create(Ljava/util/List;Lnet/minecraft/util/math/BlockPos;J)Lnet/minecraft/structure/pool/alias/StructurePoolAliasLookup;
intermediary create
Lnet/minecraft/class_8891;create(Ljava/util/List;Lnet/minecraft/class_2338;J)Lnet/minecraft/class_8891;
official create
Lelf;create(Ljava/util/List;Ljd;J)Lelf;
-