Phpcraft
Public Attributes | List of all members
Phpcraft\BareServer Class Reference
Inheritance diagram for Phpcraft\BareServer:
Inheritance graph
[legend]

Public Attributes

 $worlds = []
 
 $eidCounter
 

Detailed Description

The bare minimium of a server, featuring worlds and entity tracking.

Since
0.5.5

Member Data Documentation

◆ $eidCounter

Counter Phpcraft\BareServer::$eidCounter

The counter used to assign entity IDs.

◆ $worlds

World[] Phpcraft\BareServer::$worlds = []

An array of worlds that clients can be presented with.

Since
0.5.6