Uses of Class
net.minecraft.structure.JigsawJunction
| Package | Description |
|---|---|
| net.minecraft.structure | |
| net.minecraft.world.gen |
-
Uses of JigsawJunction in net.minecraft.structure
Fields in net.minecraft.structure with type parameters of type JigsawJunction Modifier and Type Field Description private List<JigsawJunction>PoolStructurePiece. junctionsMethods in net.minecraft.structure that return JigsawJunction Modifier and Type Method Description static <T> JigsawJunctionJigsawJunction. method_28873(com.mojang.serialization.Dynamic<T> dynamic)Methods in net.minecraft.structure that return types with arguments of type JigsawJunction Modifier and Type Method Description List<JigsawJunction>PoolStructurePiece. getJunctions()Methods in net.minecraft.structure with parameters of type JigsawJunction Modifier and Type Method Description voidPoolStructurePiece. addJunction(JigsawJunction junction) -
Uses of JigsawJunction in net.minecraft.world.gen
Fields in net.minecraft.world.gen with type parameters of type JigsawJunction Modifier and Type Field Description private ObjectListIterator<JigsawJunction>StructureWeightSampler. junctionIteratorprivate ObjectList<JigsawJunction>StructureWeightSampler. junctions