Uses of Class
net.minecraft.structure.Structure
| Package | Description |
|---|---|
| net.minecraft.block.entity | |
| net.minecraft.structure | |
| net.minecraft.structure.pool | |
| net.minecraft.test |
-
Uses of Structure in net.minecraft.block.entity
Methods in net.minecraft.block.entity with parameters of type Structure Modifier and Type Method Description booleanStructureBlockBlockEntity. place(ServerWorld world, boolean bool, Structure structure) -
Uses of Structure in net.minecraft.structure
Fields in net.minecraft.structure declared as Structure Modifier and Type Field Description protected StructureSimpleStructurePiece. structureFields in net.minecraft.structure with type parameters of type Structure Modifier and Type Field Description private Map<Identifier,Structure>StructureManager. structuresMethods in net.minecraft.structure that return Structure Modifier and Type Method Description StructureStructureManager. createStructure(NbtCompound nbt)@Nullable StructureStructureManager. getStructure(Identifier id)StructureStructureManager. getStructureOrBlank(Identifier id)private @Nullable StructureStructureManager. loadStructureFromFile(Identifier id)private @Nullable StructureStructureManager. loadStructureFromResource(Identifier id)private StructureStructureManager. readStructure(InputStream structureInputStream)Constructors in net.minecraft.structure with parameters of type Structure Constructor Description RuinedPortalStructurePiece(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 Structure Modifier and Type Field Description protected 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 Structure Modifier and Type Method Description private StructureSinglePoolElement. method_27233(StructureManager structureManager)Methods in net.minecraft.structure.pool that return types with arguments of type Structure Modifier and Type Method Description protected 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 Structure Modifier and Type Method Description private 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 Structure Constructor Description SinglePoolElement(Structure structure)Constructor parameters in net.minecraft.structure.pool with type arguments of type Structure Constructor Description LegacySinglePoolElement(com.mojang.datafixers.util.Either<Identifier,Structure> either, Supplier<StructureProcessorList> processors, StructurePool.Projection projection)SinglePoolElement(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 Structure Modifier and Type Method Description private static StructureStructureTestUtil. createStructure(String structureId, ServerWorld world)