Uses of Class
net.minecraft.world.gen.feature.jigsaw.JigsawJunction
-
Packages that use JigsawJunction Package Description net.minecraft.world.gen.feature.jigsaw net.minecraft.world.gen.feature.structure -
-
Uses of JigsawJunction in net.minecraft.world.gen.feature.jigsaw
Methods in net.minecraft.world.gen.feature.jigsaw that return JigsawJunction Modifier and Type Method Description static <T> JigsawJunction
JigsawJunction. deserialize(com.mojang.serialization.Dynamic<T> p_236819_0_)
-
Uses of JigsawJunction in net.minecraft.world.gen.feature.structure
Fields in net.minecraft.world.gen.feature.structure with type parameters of type JigsawJunction Modifier and Type Field Description private java.util.List<JigsawJunction>
AbstractVillagePiece. junctions
Methods in net.minecraft.world.gen.feature.structure that return types with arguments of type JigsawJunction Modifier and Type Method Description java.util.List<JigsawJunction>
AbstractVillagePiece. getJunctions()
Methods in net.minecraft.world.gen.feature.structure with parameters of type JigsawJunction Modifier and Type Method Description void
AbstractVillagePiece. addJunction(JigsawJunction p_214831_1_)
-