Uses of Class
net.minecraft.world.gen.chunk.placement.StructurePlacement
Packages that use StructurePlacement
Package
Description
-
Uses of StructurePlacement in net.minecraft.structure
Fields in net.minecraft.structure declared as StructurePlacementModifier and TypeFieldDescriptionprivate final StructurePlacement
StructureSet.placement
The field for theplacement
record component.Methods in net.minecraft.structure that return StructurePlacementModifier and TypeMethodDescriptionStructureSet.placement()
Returns the value of theplacement
record component.Methods in net.minecraft.structure with parameters of type StructurePlacementModifier and TypeMethodDescriptionstatic RegistryEntry<StructureSet>
StructureSets.register
(RegistryKey<StructureSet> key, RegistryEntry<StructureType> configuredStructureFigure, StructurePlacement placement) Constructors in net.minecraft.structure with parameters of type StructurePlacementModifierConstructorDescriptionStructureSet
(List<StructureSet.WeightedEntry> list, StructurePlacement structurePlacement) StructureSet
(RegistryEntry<StructureType> structure, StructurePlacement placement) -
Uses of StructurePlacement in net.minecraft.world.gen.chunk
Fields in net.minecraft.world.gen.chunk with type parameters of type StructurePlacementModifier and TypeFieldDescriptionprivate final Map<StructureType,
List<StructurePlacement>> ChunkGenerator.structurePlacements
Methods in net.minecraft.world.gen.chunk that return types with arguments of type StructurePlacementModifier and TypeMethodDescriptionprivate List<StructurePlacement>
ChunkGenerator.method_41055
(RegistryEntry<StructureType> registryEntry, NoiseConfig noiseConfig) Methods in net.minecraft.world.gen.chunk with parameters of type StructurePlacementModifier and TypeMethodDescriptionprivate static @Nullable com.mojang.datafixers.util.Pair<BlockPos,
RegistryEntry<StructureType>> ChunkGenerator.method_41522
(Set<RegistryEntry<StructureType>> set, WorldView worldView, StructureAccessor structureAccessor, boolean bool, StructurePlacement structurePlacement, ChunkPos chunkPos) -
Uses of StructurePlacement in net.minecraft.world.gen.chunk.placement
Classes in net.minecraft.world.gen.chunk.placement with type parameters of type StructurePlacementModifier and TypeInterfaceDescriptioninterface
StructurePlacementType<SP extends StructurePlacement>
Subclasses of StructurePlacement in net.minecraft.world.gen.chunk.placementModifier and TypeClassDescriptionclass
class
Fields in net.minecraft.world.gen.chunk.placement with type parameters of type StructurePlacementModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<StructurePlacement>
StructurePlacement.TYPE_CODEC
Methods in net.minecraft.world.gen.chunk.placement with type parameters of type StructurePlacementModifier and TypeMethodDescriptionprotected static <S extends StructurePlacement>
com.mojang.datafixers.Products.P5<com.mojang.serialization.codecs.RecordCodecBuilder.Mu<S>,Vec3i, StructurePlacement.FrequencyReductionMethod, Float, Integer, Optional<StructurePlacement.ExclusionZone>> StructurePlacement.method_41637
(com.mojang.serialization.codecs.RecordCodecBuilder.Instance<S> instance) private static <SP extends StructurePlacement>
StructurePlacementType<SP>