NetworkType

A Network type.

Parameters

id

The unique identifier of this NetworkType.

createNetwork

The constructor to instantiate a Network of this NetworkType.

tickDelay

The delay between Network.tick.

holderTypes

The types of EndPointDataHolders that are required for end points of this NetworkType.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: ResourceLocation
Link copied to clipboard

The delay between Network.tick.

Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String