Uses of Class
net.minecraft.world.level.levelgen.structure.pools.JigsawJunction
Packages that use JigsawJunction
Package
Description
-
Uses of JigsawJunction in net.minecraft.world.level.levelgen
Fields in net.minecraft.world.level.levelgen with type parameters of type JigsawJunctionModifier and TypeFieldDescriptionprotected final it.unimi.dsi.fastutil.objects.ObjectListIterator
<JigsawJunction> Beardifier.junctionIterator
-
Uses of JigsawJunction in net.minecraft.world.level.levelgen.structure
Fields in net.minecraft.world.level.levelgen.structure with type parameters of type JigsawJunctionModifier and TypeFieldDescriptionprivate final List
<JigsawJunction> PoolElementStructurePiece.junctions
Methods in net.minecraft.world.level.levelgen.structure that return types with arguments of type JigsawJunctionMethods in net.minecraft.world.level.levelgen.structure with parameters of type JigsawJunctionModifier and TypeMethodDescriptionvoid
PoolElementStructurePiece.addJunction
(JigsawJunction p_209917_) -
Uses of JigsawJunction in net.minecraft.world.level.levelgen.structure.pools
Methods in net.minecraft.world.level.levelgen.structure.pools that return JigsawJunctionModifier and TypeMethodDescriptionstatic <T> JigsawJunction
JigsawJunction.deserialize
(com.mojang.serialization.Dynamic<T> p_210254_)