C# Class Bricklayer.Server.World.Map

Inheritance: Bricklayer.Common.World.Map
Show file Open project: Cyral/Bricklayer Class Usage Examples

Public Methods

Method 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 method

Generates a simple world with borders
public Generate ( ) : void
return void

Map() public method

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
return System

PlayerFromRUI() public method

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