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.registries
Fields in net.minecraft.core.registries with type parameters of type PoolAliasBindingModifier and TypeFieldDescriptionstatic final ResourceKey<Registry<com.mojang.serialization.MapCodec<? extends PoolAliasBinding>>> Registries.POOL_ALIAS_BINDINGstatic final Registry<com.mojang.serialization.MapCodec<? extends PoolAliasBinding>> BuiltInRegistries.POOL_ALIAS_BINDING_TYPE -
Uses of PoolAliasBinding in net.minecraft.data.worldgen
Fields 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.alias
Classes in net.minecraft.world.level.levelgen.structure.pools.alias that implement PoolAliasBindingModifier and TypeClassDescriptionfinal recordfinal recordfinal 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 WeightedList<List<PoolAliasBinding>> RandomGroupPoolAlias.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.MapCodec<? extends PoolAliasBinding> PoolAliasBindings.bootstrap(Registry<com.mojang.serialization.MapCodec<? extends PoolAliasBinding>> pRegistry) com.mojang.serialization.MapCodec<? extends PoolAliasBinding> PoolAliasBinding.codec()RandomGroupPoolAlias.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.MapCodec<? extends PoolAliasBinding> PoolAliasBindings.bootstrap(Registry<com.mojang.serialization.MapCodec<? extends PoolAliasBinding>> pRegistry) static PoolAliasLookupPoolAliasLookup.create(List<PoolAliasBinding> pAliases, BlockPos pPos, long pSeed) static RandomGroupPoolAliasPoolAliasBinding.randomGroup(WeightedList<List<PoolAliasBinding>> pGroups) static voidPoolAliasBindings.registerTargetsAsPools(BootstrapContext<StructureTemplatePool> pContext, Holder<StructureTemplatePool> pPool, List<PoolAliasBinding> pPoolAliasBindings) Constructor parameters in net.minecraft.world.level.levelgen.structure.pools.alias with type arguments of type PoolAliasBindingModifierConstructorDescriptionRandomGroupPoolAlias(WeightedList<List<PoolAliasBinding>> groups) Creates an instance of aRandomGroupPoolAliasrecord class. -
Uses of PoolAliasBinding in net.minecraft.world.level.levelgen.structure.structures
Fields 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 pSettings, Holder<StructureTemplatePool> pStartPool, Optional<ResourceLocation> pStartJigsawName, int pMaxDepth, HeightProvider pStartHeight, boolean pUseExpansionHack, Optional<Heightmap.Types> pProjectStartToHeightmap, int pMaxDistanceFromCenter, List<PoolAliasBinding> pPoolAliases, DimensionPadding pDimensionPadding, LiquidSettings pLiquidSettings)