Class DelayNetworkElement
java.lang.Object
org.cyclops.integrateddynamics.core.network.NetworkElementBase
org.cyclops.integrateddynamics.core.network.ConsumingNetworkElementBase
org.cyclops.integrateddynamics.core.network.TileNetworkElement<BlockEntityProxy>
org.cyclops.integrateddynamics.network.ProxyNetworkElement
org.cyclops.integrateddynamics.network.DelayNetworkElement
- All Implemented Interfaces:
Comparable<INetworkElement>,IEnergyConsumingNetworkElement,IEventListenableNetworkElement<BlockEntityProxy>,IIdentifiableNetworkElement,INetworkElement,IPositionedNetworkElement
Network element for delays.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.cyclops.integrateddynamics.network.ProxyNetworkElement
getChannel, getConsumptionRate, getId, getNetworkEventListener, getPriority, getTileClass, onNetworkAddition, onNetworkRemoval, setPriorityAndChannelMethods inherited from class org.cyclops.integrateddynamics.core.network.TileNetworkElement
afterNetworkReAlive, canRevalidate, compareTo, getPosition, getTile, revalidateMethods inherited from class org.cyclops.integrateddynamics.core.network.ConsumingNetworkElementBase
postUpdateMethods inherited from class org.cyclops.integrateddynamics.core.network.NetworkElementBase
addDrops, afterNetworkAlive, beforeNetworkKill, canRevalidatePositioned, getUpdateInterval, invalidate, isUpdate, onNeighborBlockChange, onPostRemoved, onPreRemoved, revalidatePositioned, updateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface org.cyclops.integrateddynamics.api.network.INetworkElement
addDrops, afterNetworkAlive, afterNetworkReAlive, beforeNetworkKill, canRevalidate, getUpdateInterval, invalidate, isUpdate, onNeighborBlockChange, onNeighborBlockChange, onPostRemoved, onPreRemoved, revalidate, update
-
Field Details
-
GROUP
public static final net.minecraft.resources.ResourceLocation GROUP
-
-
Constructor Details
-
DelayNetworkElement
public DelayNetworkElement(org.cyclops.cyclopscore.datastructure.DimPos pos)
-
-
Method Details
-
getGroup
public net.minecraft.resources.ResourceLocation getGroup()- Specified by:
getGroupin interfaceIIdentifiableNetworkElement- Overrides:
getGroupin classProxyNetworkElement- Returns:
- A group within which the element is unique.
-