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
-
Constructor Summary
-
Method Summary
Methods inherited from class org.cyclops.integrateddynamics.network.ProxyNetworkElement
getChannel, getConsumptionRate, getId, getNetworkEventListener, getPriority, getTileClass, onNetworkAddition, onNetworkRemoval, setPriorityAndChannel
Methods inherited from class org.cyclops.integrateddynamics.core.network.TileNetworkElement
afterNetworkReAlive, canRevalidate, compareTo, getPosition, getTile, revalidate
Methods inherited from class org.cyclops.integrateddynamics.core.network.ConsumingNetworkElementBase
postUpdate
Methods inherited from class org.cyclops.integrateddynamics.core.network.NetworkElementBase
addDrops, afterNetworkAlive, beforeNetworkKill, canRevalidatePositioned, getUpdateInterval, invalidate, isUpdate, onNeighborBlockChange, onPostRemoved, onPreRemoved, revalidatePositioned, update
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface org.cyclops.integrateddynamics.api.network.INetworkElement
addDrops, afterNetworkAlive, afterNetworkReAlive, beforeNetworkKill, canRevalidate, getUpdateInterval, invalidate, isUpdate, 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:
getGroup
in interfaceIIdentifiableNetworkElement
- Overrides:
getGroup
in classProxyNetworkElement
- Returns:
- A group within which the element is unique.
-