Uses of Interface
net.minecraft.world.level.levelgen.structure.placement.StructurePlacement
Packages that use StructurePlacement
Package
Description
-
Uses of StructurePlacement in net.minecraft.core.registries
Fields in net.minecraft.core.registries with type parameters of type StructurePlacementModifier and TypeFieldDescriptionstatic final Registry<com.mojang.serialization.MapCodec<? extends StructurePlacement>> BuiltInRegistries.STRUCTURE_PLACEMENTstatic final ResourceKey<Registry<com.mojang.serialization.MapCodec<? extends StructurePlacement>>> Registries.STRUCTURE_PLACEMENT -
Uses of StructurePlacement in net.minecraft.world.level
Methods in net.minecraft.world.level with parameters of type StructurePlacementModifier and TypeMethodDescriptionEmptyStructureManager.checkStructurePresence(ChunkPos pos, Structure structure, StructurePlacement placement, boolean createReference) StructureManager.checkStructurePresence(ChunkPos pos, Structure structure, StructurePlacement placement, boolean createReference) -
Uses of StructurePlacement in net.minecraft.world.level.chunk
Fields in net.minecraft.world.level.chunk with type parameters of type StructurePlacementModifier and TypeFieldDescriptionprivate final Map<Structure, List<StructurePlacement>> ChunkGeneratorStructureState.placementsForStructureMethods in net.minecraft.world.level.chunk that return types with arguments of type StructurePlacementModifier and TypeMethodDescriptionChunkGeneratorStructureState.getPlacementsForStructure(Holder<Structure> structure) Methods in net.minecraft.world.level.chunk with parameters of type StructurePlacementModifier and TypeMethodDescriptionChunkGenerator.getStructureGeneratingAt(Set<Holder<Structure>> structures, LevelReader level, StructureManager structureManager, boolean createReference, StructurePlacement config, ChunkPos chunkTarget) -
Uses of StructurePlacement in net.minecraft.world.level.levelgen.structure
Fields in net.minecraft.world.level.levelgen.structure declared as StructurePlacementModifier and TypeFieldDescriptionprivate final StructurePlacementStructureSet.placementThe field for theplacementrecord component.Methods in net.minecraft.world.level.levelgen.structure that return StructurePlacementModifier and TypeMethodDescriptionStructureSet.placement()Returns the value of theplacementrecord component.Methods in net.minecraft.world.level.levelgen.structure with parameters of type StructurePlacementModifier and TypeMethodDescriptionStructureCheck.checkStart(ChunkPos pos, Structure structure, StructurePlacement placement, boolean requireUnreferenced) Constructors in net.minecraft.world.level.levelgen.structure with parameters of type StructurePlacementModifierConstructorDescriptionStructureSet(List<StructureSet.StructureSelectionEntry> structures, StructurePlacement placement) Creates an instance of aStructureSetrecord class.StructureSet(Holder<Structure> singleEntry, StructurePlacement placement) -
Uses of StructurePlacement in net.minecraft.world.level.levelgen.structure.placement
Classes in net.minecraft.world.level.levelgen.structure.placement that implement StructurePlacementModifier and TypeClassDescriptionclassclassclassclassFields in net.minecraft.world.level.levelgen.structure.placement with type parameters of type StructurePlacementModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<StructurePlacement> StructurePlacement.CODECMethods in net.minecraft.world.level.levelgen.structure.placement that return types with arguments of type StructurePlacementModifier and TypeMethodDescriptionstatic com.mojang.serialization.MapCodec<? extends StructurePlacement> StructurePlacements.bootstrap(Registry<com.mojang.serialization.MapCodec<? extends StructurePlacement>> registry) com.mojang.serialization.MapCodec<? extends StructurePlacement> StructurePlacement.codec()Method parameters in net.minecraft.world.level.levelgen.structure.placement with type arguments of type StructurePlacementModifier and TypeMethodDescriptionstatic com.mojang.serialization.MapCodec<? extends StructurePlacement> StructurePlacements.bootstrap(Registry<com.mojang.serialization.MapCodec<? extends StructurePlacement>> registry)