C# Класс Bricklayer.Server.World.Map

Наследование: Bricklayer.Common.World.Map
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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)

Описание методов

Generate() публичный Метод

Generates a simple world with borders
public Generate ( ) : void
Результат void

Map() публичный Метод

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
Результат System

PlayerFromRUI() публичный Метод

Returns a player from a RemoteUniqueIdentifier (The unique player network ID)
public PlayerFromRUI ( long RUI, bool ignoreError = false ) : Player
RUI long
ignoreError bool
Результат Bricklayer.Server.Entities.Player