C# Class Bricklayer.Server.World.Map

Inheritance: Bricklayer.Common.World.Map
Afficher le fichier Open project: Cyral/Bricklayer Class Usage Examples

Méthodes publiques

Méthode Description
Generate ( ) : void

Generates a simple world with borders

Map ( string name, string description, int width, int height, int id ) : System

Creates a server-side version of the map

PlayerFromRUI ( long RUI, bool ignoreError = false ) : Player

Returns a player from a RemoteUniqueIdentifier (The unique player network ID)

Method Details

Generate() public méthode

Generates a simple world with borders
public Generate ( ) : void
Résultat void

Map() public méthode

Creates a server-side version of the map
public Map ( string name, string description, int width, int height, int id ) : System
name string
description string
width int
height int
id int
Résultat System

PlayerFromRUI() public méthode

Returns a player from a RemoteUniqueIdentifier (The unique player network ID)
public PlayerFromRUI ( long RUI, bool ignoreError = false ) : Player
RUI long
ignoreError bool
Résultat Bricklayer.Server.Entities.Player