Uses of Class
net.minecraft.structure.Structure
Package
Description
-
Uses of Structure in net.minecraft.block.entity
Modifier and TypeMethodDescriptionboolean
StructureBlockBlockEntity.place
(ServerWorld world, boolean bool, Structure structure) -
Uses of Structure in net.minecraft.structure
Modifier and TypeFieldDescriptionprivate final Map<Identifier,
Optional<Structure>> StructureManager.structures
Modifier and TypeMethodDescriptionStructureManager.createStructure
(NbtCompound nbt) StructureManager.getStructureOrBlank
(Identifier id) private Structure
StructureManager.readStructure
(InputStream structureInputStream) Modifier and TypeMethodDescriptionStructureManager.getStructure
(Identifier id) StructureManager.loadStructureFromFile
(Identifier id) StructureManager.loadStructureFromResource
(Identifier id) ModifierConstructorDescriptionRuinedPortalStructurePiece
(StructureManager manager, BlockPos pos, RuinedPortalStructurePiece.VerticalPlacement verticalPlacement, RuinedPortalStructurePiece.Properties properties, Identifier id, Structure structure, BlockRotation rotation, BlockMirror mirror, BlockPos blockPos) -
Uses of Structure in net.minecraft.structure.pool
Modifier and TypeFieldDescriptionprivate static final com.mojang.serialization.Codec<com.mojang.datafixers.util.Either<Identifier,
Structure>> SinglePoolElement.field_24951
protected final com.mojang.datafixers.util.Either<Identifier,
Structure> SinglePoolElement.location
Modifier and TypeMethodDescriptionprivate Structure
SinglePoolElement.getStructure
(StructureManager structureManager) Modifier and TypeMethodDescriptionprotected static <E extends SinglePoolElement>
com.mojang.serialization.codecs.RecordCodecBuilder<E,com.mojang.datafixers.util.Either<Identifier, Structure>> SinglePoolElement.method_28882()
Modifier and TypeMethodDescriptionprivate static <T> com.mojang.serialization.DataResult<T>
SinglePoolElement.method_28877
(com.mojang.datafixers.util.Either<Identifier, Structure> either, com.mojang.serialization.DynamicOps<T> dynamicOps, T t) ModifierConstructorDescriptionprotected
LegacySinglePoolElement
(com.mojang.datafixers.util.Either<Identifier, Structure> location, RegistryEntry<StructureProcessorList> registryEntry, StructurePool.Projection projection) protected
SinglePoolElement
(com.mojang.datafixers.util.Either<Identifier, Structure> location, RegistryEntry<StructureProcessorList> registryEntry, StructurePool.Projection projection) -
Uses of Structure in net.minecraft.test
Modifier and TypeMethodDescriptionprivate static Structure
StructureTestUtil.createStructure
(String structureId, ServerWorld world)