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. junctions
Methods in net.minecraft.structure that return JigsawJunction Modifier and Type Method Description static <T> JigsawJunction
JigsawJunction. 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 void
PoolStructurePiece. 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. junctionIterator
private ObjectList<JigsawJunction>
StructureWeightSampler. junctions