Uses of Class
net.minecraft.structure.Structure
Packages that use Structure
Package
Description
-
Uses of Structure in net.minecraft.block.entity
Methods in net.minecraft.block.entity with parameters of type StructureModifier and TypeMethodDescriptionbooleanStructureBlockBlockEntity.place(ServerWorld world, boolean bool, Structure structure) -
Uses of Structure in net.minecraft.structure
Fields in net.minecraft.structure declared as StructureFields in net.minecraft.structure with type parameters of type StructureModifier and TypeFieldDescriptionprivate Map<Identifier,Optional<Structure>>StructureManager.structuresMethods in net.minecraft.structure that return StructureModifier and TypeMethodDescriptionStructureManager.createStructure(NbtCompound nbt)StructureManager.getStructureOrBlank(Identifier id)private StructureStructureManager.readStructure(InputStream structureInputStream)Methods in net.minecraft.structure that return types with arguments of type StructureModifier and TypeMethodDescriptionStructureManager.getStructure(Identifier id)StructureManager.loadStructureFromFile(Identifier id)StructureManager.loadStructureFromResource(Identifier id)Constructors in net.minecraft.structure with parameters of type StructureModifierConstructorDescriptionRuinedPortalStructurePiece(StructureManager structureManager, BlockPos blockPos, RuinedPortalStructurePiece.VerticalPlacement verticalPlacement, RuinedPortalStructurePiece.Properties properties, Identifier identifier, Structure structure, BlockRotation blockRotation, BlockMirror blockMirror, BlockPos blockPos2) -
Uses of Structure in net.minecraft.structure.pool
Fields in net.minecraft.structure.pool with type parameters of type StructureModifier and TypeFieldDescriptionprotected com.mojang.datafixers.util.Either<Identifier,Structure>SinglePoolElement.field_24015private static com.mojang.serialization.Codec<com.mojang.datafixers.util.Either<Identifier,Structure>>SinglePoolElement.field_24951Methods in net.minecraft.structure.pool that return StructureModifier and TypeMethodDescriptionprivate StructureSinglePoolElement.method_27233(StructureManager structureManager)Methods in net.minecraft.structure.pool that return types with arguments of type StructureModifier and TypeMethodDescriptionprotected static <E extends SinglePoolElement>
com.mojang.serialization.codecs.RecordCodecBuilder<E,com.mojang.datafixers.util.Either<Identifier,Structure>>SinglePoolElement.method_28882()Method parameters in net.minecraft.structure.pool with type arguments of type StructureModifier 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)Constructors in net.minecraft.structure.pool with parameters of type StructureConstructor parameters in net.minecraft.structure.pool with type arguments of type StructureModifierConstructorDescriptionprotectedLegacySinglePoolElement(com.mojang.datafixers.util.Either<Identifier,Structure> either, Supplier<StructureProcessorList> processors, StructurePool.Projection projection)protectedSinglePoolElement(com.mojang.datafixers.util.Either<Identifier,Structure> either, Supplier<StructureProcessorList> processors, StructurePool.Projection projection) -
Uses of Structure in net.minecraft.test
Methods in net.minecraft.test that return StructureModifier and TypeMethodDescriptionprivate static StructureStructureTestUtil.createStructure(String structureId, ServerWorld world)