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.Constructors in net.minecraft.structure with parameters of type StructurePlacementModifierConstructorDescriptionStructureSet
(List<StructureSet.WeightedEntry> list, StructurePlacement structurePlacement) StructureSet
(RegistryEntry<Structure> structure, StructurePlacement placement) -
Uses of StructurePlacement in net.minecraft.world
Methods in net.minecraft.world with parameters of type StructurePlacementModifier and TypeMethodDescriptionStructureLocator.getStructurePresence
(ChunkPos pos, Structure type, StructurePlacement placement, boolean skipReferencedStructures) -
Uses of StructurePlacement in net.minecraft.world.gen
Methods in net.minecraft.world.gen with parameters of type StructurePlacementModifier and TypeMethodDescriptionStructureAccessor.getStructurePresence
(ChunkPos chunkPos, Structure structure, StructurePlacement placement, boolean skipReferencedStructures) -
Uses of StructurePlacement in net.minecraft.world.gen.chunk
Methods in net.minecraft.world.gen.chunk with parameters of type StructurePlacementModifier and TypeMethodDescriptionprivate static @Nullable com.mojang.datafixers.util.Pair
<BlockPos, RegistryEntry<Structure>> ChunkGenerator.locateStructure
(Set<RegistryEntry<Structure>> structures, WorldView world, StructureAccessor structureAccessor, boolean skipReferencedStructures, StructurePlacement placement, ChunkPos pos) -
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 TypeFieldDescriptionprivate final Map
<Structure, List<StructurePlacement>> StructurePlacementCalculator.structuresToPlacements
static 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.buildCodec
(com.mojang.serialization.codecs.RecordCodecBuilder.Instance<S> instance) private static <SP extends StructurePlacement>
StructurePlacementType<SP> Methods in net.minecraft.world.gen.chunk.placement that return types with arguments of type StructurePlacementModifier and TypeMethodDescriptionStructurePlacementCalculator.getPlacements
(RegistryEntry<Structure> structureEntry)