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 final Function<Identifier,Optional<Structure>> StructureManager.class_7514.loaderThe field for theloaderrecord component.private final Map<Identifier,Optional<Structure>> StructureManager.structuresMethods in net.minecraft.structure that return StructureModifier and TypeMethodDescriptionStructureManager.createStructure(NbtCompound nbt) StructureManager.getStructureOrBlank(Identifier id) SimpleStructurePiece.method_41624()private StructureStructureManager.readStructure(InputStream structureInputStream) Methods in net.minecraft.structure that return types with arguments of type StructureModifier and TypeMethodDescriptionStructureManager.getStructure(Identifier id) StructureManager.class_7514.loader()Returns the value of theloaderrecord component.StructureManager.loadStructureFromFile(Identifier id) StructureManager.loadStructureFromResource(Identifier id) StructureManager.method_44230(Identifier identifier, Path path) StructureManager.method_44231(StructureManager.class_7513 class_7513, Consumer<Throwable> consumer) StructureManager.method_44245(Identifier identifier) StructureManager.method_44246(Identifier identifier) Constructors in net.minecraft.structure with parameters of type StructureModifierConstructorDescriptionRuinedPortalStructurePiece(StructureManager manager, BlockPos pos, RuinedPortalStructurePiece.VerticalPlacement verticalPlacement, RuinedPortalStructurePiece.Properties properties, Identifier id, Structure structure, BlockRotation rotation, BlockMirror mirror, BlockPos blockPos) Constructor parameters in net.minecraft.structure with type arguments of type StructureModifierConstructorDescription(package private)class_7514(Function<Identifier, Optional<Structure>> function, Supplier<Stream<Identifier>> supplier) -
Uses of Structure in net.minecraft.structure.pool
Fields in net.minecraft.structure.pool with type parameters of type StructureModifier and TypeFieldDescriptionprotected final com.mojang.datafixers.util.Either<Identifier,Structure> SinglePoolElement.locationprivate static final com.mojang.serialization.Codec<com.mojang.datafixers.util.Either<Identifier,Structure>> SinglePoolElement.LOCATION_CODECMethods in net.minecraft.structure.pool that return StructureModifier and TypeMethodDescriptionprivate StructureSinglePoolElement.getStructure(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.locationGetter()Method parameters in net.minecraft.structure.pool with type arguments of type StructureModifier and TypeMethodDescriptionprivate static <T> com.mojang.serialization.DataResult<T>SinglePoolElement.encodeLocation(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> location, RegistryEntry<StructureProcessorList> processors, StructurePool.Projection projection) protectedSinglePoolElement(com.mojang.datafixers.util.Either<Identifier, Structure> location, RegistryEntry<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)