Uses of Interface
net.minecraft.world.level.levelgen.structure.pools.alias.PoolAliasBinding
Packages that use PoolAliasBinding
Package
Description
- 
Uses of PoolAliasBinding in net.minecraft.core.registriesFields in net.minecraft.core.registries with type parameters of type PoolAliasBindingModifier and TypeFieldDescriptionstatic final ResourceKey<Registry<com.mojang.serialization.Codec<? extends PoolAliasBinding>>>Registries.POOL_ALIAS_BINDINGstatic final Registry<com.mojang.serialization.Codec<? extends PoolAliasBinding>>BuiltInRegistries.POOL_ALIAS_BINDING_TYPE
- 
Uses of PoolAliasBinding in net.minecraft.data.worldgenFields in net.minecraft.data.worldgen with type parameters of type PoolAliasBindingModifier and TypeFieldDescriptionstatic final List<PoolAliasBinding>TrialChambersStructurePools.ALIAS_BINDINGS
- 
Uses of PoolAliasBinding in net.minecraft.world.level.levelgen.structure.pools.aliasClasses in net.minecraft.world.level.levelgen.structure.pools.alias that implement PoolAliasBindingModifier and TypeClassDescription(package private) final record(package private) final record(package private) final recordFields in net.minecraft.world.level.levelgen.structure.pools.alias with type parameters of type PoolAliasBindingModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<PoolAliasBinding>PoolAliasBinding.CODECprivate final SimpleWeightedRandomList<List<PoolAliasBinding>>RandomGroup.groupsThe field for thegroupsrecord component.Methods in net.minecraft.world.level.levelgen.structure.pools.alias that return types with arguments of type PoolAliasBindingModifier and TypeMethodDescriptionstatic com.mojang.serialization.Codec<? extends PoolAliasBinding>PoolAliasBindings.bootstrap(Registry<com.mojang.serialization.Codec<? extends PoolAliasBinding>> p_307584_) com.mojang.serialization.Codec<? extends PoolAliasBinding>PoolAliasBinding.codec()RandomGroup.groups()Returns the value of thegroupsrecord component.Method parameters in net.minecraft.world.level.levelgen.structure.pools.alias with type arguments of type PoolAliasBindingModifier and TypeMethodDescriptionstatic com.mojang.serialization.Codec<? extends PoolAliasBinding>PoolAliasBindings.bootstrap(Registry<com.mojang.serialization.Codec<? extends PoolAliasBinding>> p_307584_) static PoolAliasLookupPoolAliasLookup.create(List<PoolAliasBinding> p_307423_, BlockPos p_307208_, long p_307622_) static RandomGroupPoolAliasBinding.randomGroup(SimpleWeightedRandomList<List<PoolAliasBinding>> p_307498_) static voidPoolAliasBindings.registerTargetsAsPools(BootstapContext<StructureTemplatePool> p_312828_, Holder<StructureTemplatePool> p_312865_, List<PoolAliasBinding> p_311809_) Constructor parameters in net.minecraft.world.level.levelgen.structure.pools.alias with type arguments of type PoolAliasBindingModifierConstructorDescription(package private)Creates an instance of aRandomGrouprecord class.
- 
Uses of PoolAliasBinding in net.minecraft.world.level.levelgen.structure.structuresFields in net.minecraft.world.level.levelgen.structure.structures with type parameters of type PoolAliasBindingModifier and TypeFieldDescriptionprivate final List<PoolAliasBinding>JigsawStructure.poolAliasesMethods in net.minecraft.world.level.levelgen.structure.structures that return types with arguments of type PoolAliasBindingConstructor parameters in net.minecraft.world.level.levelgen.structure.structures with type arguments of type PoolAliasBindingModifierConstructorDescriptionJigsawStructure(Structure.StructureSettings p_227627_, Holder<StructureTemplatePool> p_227628_, Optional<ResourceLocation> p_227629_, int p_227630_, HeightProvider p_227631_, boolean p_227632_, Optional<Heightmap.Types> p_227633_, int p_227634_, List<PoolAliasBinding> p_307354_)