Search
Preparing search index...
The search index is not available
Core Engine API
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
NetworkEntity
Class NetworkEntity
Class that represents network entity of the block, currently is not learned
Hierarchy
NetworkEntity
Index
Constructors
constructor
Methods
get
Clients
remove
send
Constructors
constructor
new
Network
Entity
(
type
:
NetworkEntityType
, context
:
any
)
:
NetworkEntity
Parameters
type:
NetworkEntityType
context:
any
Returns
NetworkEntity
Methods
get
Clients
get
Clients
(
)
:
NetworkConnectedClientList
Returns
NetworkConnectedClientList
remove
remove
(
)
:
void
Returns
void
send
send
(
name
:
string
, data
:
any
)
:
void
Parameters
name:
string
data:
any
Returns
void
Guides
Mod
Configuration
Files
Callbacks
Abilities
Attributes
Materials and
Shaders
Biomes
Dimensions
Additional
Information
Contributing
Globals
Network
Entity
constructor
get
Clients
remove
send
Generated using
TypeDoc
Class that represents network entity of the block, currently is not learned