Class Cluster
java.lang.Object
org.cyclops.integrateddynamics.core.path.Cluster
- All Implemented Interfaces:
Iterable<ISidedPathElement>
,Collection<ISidedPathElement>
,org.cyclops.cyclopscore.persist.nbt.INBTSerializable
public class Cluster
extends Object
implements Collection<ISidedPathElement>, org.cyclops.cyclopscore.persist.nbt.INBTSerializable
A cluster for a collection of path elements.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.cyclops.cyclopscore.persist.nbt.INBTSerializable
org.cyclops.cyclopscore.persist.nbt.INBTSerializable.SelfNBTClassType
-
Constructor Summary
ConstructorDescriptionCluster()
This constructor should not be called, except for the process of constructing networks from NBT.Cluster
(TreeSet<ISidedPathElement> elements) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Cluster
public Cluster()This constructor should not be called, except for the process of constructing networks from NBT. -
Cluster
-
-
Method Details
-
toNBT
public net.minecraft.nbt.CompoundTag toNBT(net.minecraft.core.HolderLookup.Provider provider) - Specified by:
toNBT
in interfaceorg.cyclops.cyclopscore.persist.nbt.INBTSerializable
-
fromNBT
public void fromNBT(net.minecraft.core.HolderLookup.Provider provider, net.minecraft.nbt.CompoundTag tag) - Specified by:
fromNBT
in interfaceorg.cyclops.cyclopscore.persist.nbt.INBTSerializable
-