Uses of Record Class
net.minecraft.class_6625
Packages that use class_6625
Package
Description
The base package for all Minecraft classes.
-
Uses of class_6625 in net.minecraft
Methods in net.minecraft that return class_6625Modifier and TypeMethodDescriptionstatic class_6625class_6625.method_38713(ServerWorld serverWorld) Methods in net.minecraft with parameters of type class_6625Modifier and TypeMethodDescriptionclass_6624.method_38709(class_6625 class_6625) static class_6624class_6624.method_38711(NbtList nbtList, class_6625 class_6625) -
Uses of class_6625 in net.minecraft.structure
Methods in net.minecraft.structure with parameters of type class_6625Modifier and TypeMethodDescriptiondefault StructurePieceStructurePieceType.class_6615.load(class_6625 class_6625, NbtCompound nbt) default StructurePieceStructurePieceType.class_6616.load(class_6625 class_6625, NbtCompound nbt) StructurePieceType.load(class_6625 class_6625, NbtCompound nbt) final NbtCompoundStructurePiece.toNbt(class_6625 class_6625) StructureStart.toNbt(class_6625 class_6625, ChunkPos chunkPos) protected voidBuriedTreasureGenerator.Piece.writeNbt(class_6625 class_6625, NbtCompound nbt) protected voidDesertTempleGenerator.writeNbt(class_6625 class_6625, NbtCompound nbt) protected voidEndCityGenerator.Piece.writeNbt(class_6625 class_6625, NbtCompound nbt) protected voidIglooGenerator.Piece.writeNbt(class_6625 class_6625, NbtCompound nbt) protected voidJungleTempleGenerator.writeNbt(class_6625 class_6625, NbtCompound nbt) protected voidMineshaftGenerator.MineshaftCorridor.writeNbt(class_6625 class_6625, NbtCompound nbt) protected voidMineshaftGenerator.MineshaftCrossing.writeNbt(class_6625 class_6625, NbtCompound nbt) protected voidMineshaftGenerator.MineshaftPart.writeNbt(class_6625 class_6625, NbtCompound nbt) protected voidMineshaftGenerator.MineshaftRoom.writeNbt(class_6625 class_6625, NbtCompound nbt) protected voidNetherFortressGenerator.BridgeEnd.writeNbt(class_6625 class_6625, NbtCompound nbt) protected voidNetherFortressGenerator.BridgePlatform.writeNbt(class_6625 class_6625, NbtCompound nbt) protected voidNetherFortressGenerator.CorridorLeftTurn.writeNbt(class_6625 class_6625, NbtCompound nbt) protected voidNetherFortressGenerator.CorridorRightTurn.writeNbt(class_6625 class_6625, NbtCompound nbt) protected voidNetherFortressGenerator.Piece.writeNbt(class_6625 class_6625, NbtCompound nbt) protected voidNetherFossilGenerator.Piece.writeNbt(class_6625 class_6625, NbtCompound nbt) protected voidOceanMonumentGenerator.Piece.writeNbt(class_6625 class_6625, NbtCompound nbt) protected voidOceanRuinGenerator.Piece.writeNbt(class_6625 class_6625, NbtCompound nbt) protected voidPoolStructurePiece.writeNbt(class_6625 class_6625, NbtCompound nbt) protected voidRuinedPortalStructurePiece.writeNbt(class_6625 class_6625, NbtCompound nbt) protected voidShiftableStructurePiece.writeNbt(class_6625 class_6625, NbtCompound nbt) protected voidShipwreckGenerator.Piece.writeNbt(class_6625 class_6625, NbtCompound nbt) protected voidSimpleStructurePiece.writeNbt(class_6625 class_6625, NbtCompound nbt) protected voidStrongholdGenerator.ChestCorridor.writeNbt(class_6625 class_6625, NbtCompound nbt) protected voidStrongholdGenerator.Corridor.writeNbt(class_6625 class_6625, NbtCompound nbt) protected voidStrongholdGenerator.FiveWayCrossing.writeNbt(class_6625 class_6625, NbtCompound nbt) protected voidStrongholdGenerator.Library.writeNbt(class_6625 class_6625, NbtCompound nbt) protected voidStrongholdGenerator.Piece.writeNbt(class_6625 class_6625, NbtCompound nbt) protected voidStrongholdGenerator.PortalRoom.writeNbt(class_6625 class_6625, NbtCompound nbt) protected voidStrongholdGenerator.SmallCorridor.writeNbt(class_6625 class_6625, NbtCompound nbt) protected voidStrongholdGenerator.SpiralStaircase.writeNbt(class_6625 class_6625, NbtCompound nbt) protected voidStrongholdGenerator.SquareRoom.writeNbt(class_6625 class_6625, NbtCompound nbt) protected abstract voidStructurePiece.writeNbt(class_6625 class_6625, NbtCompound nbt) protected voidSwampHutGenerator.writeNbt(class_6625 class_6625, NbtCompound nbt) protected voidWoodlandMansionGenerator.Piece.writeNbt(class_6625 class_6625, NbtCompound nbt) Constructors in net.minecraft.structure with parameters of type class_6625 -
Uses of class_6625 in net.minecraft.world
Methods in net.minecraft.world with parameters of type class_6625Modifier and TypeMethodDescriptionprivate static Map<StructureFeature<?>,StructureStart<?>> ChunkSerializer.readStructureStarts(class_6625 class_6625, NbtCompound nbt, long worldSeed) private static NbtCompoundChunkSerializer.writeStructures(class_6625 class_6625, ChunkPos pos, Map<StructureFeature<?>, StructureStart<?>> starts, Map<StructureFeature<?>, LongSet> references) -
Uses of class_6625 in net.minecraft.world.gen.feature
Methods in net.minecraft.world.gen.feature with parameters of type class_6625Modifier and TypeMethodDescriptionstatic @Nullable StructureStart<?>StructureFeature.readStructureStart(class_6625 class_6625, NbtCompound nbt, long worldSeed)