C# Class Mogre.Tutorials.Tutorial

Inheritance: Mogre.TutorialFramework.BaseApplication
Afficher le fichier Open project: ags131/SharpMinecraftLibrary

Méthodes publiques

Свойство Type Description
mc MinecraftLibrary.Client
t Tutorial

Méthodes publiques

Méthode Description
Main ( ) : void
QueueChunk ( MinecraftLibrary.Chunk c ) : void
moveCamera ( float x, float y, float z ) : void
outputNode ( YamlNode node, string ind = "" ) : void
packetHandler ( object sender, Client e ) : void
renderChunk ( MinecraftLibrary.Chunk c ) : void

Méthodes protégées

Méthode Description
CreateFrameListeners ( ) : void
CreateScene ( ) : void
UpdateScene ( FrameEvent evt ) : void

Private Methods

Méthode Description
ProcessCamera ( FrameEvent evt ) : bool
ProcessChunks ( FrameEvent evt ) : bool
chunkMesh ( MinecraftLibrary.Chunk c ) : ManualObject
getColor ( int ccc ) : ColourValue
w ( string txt ) : void
wl ( string txt ) : void
writeDebug ( string txt, bool show = false ) : void

Method Details

CreateFrameListeners() protected méthode

protected CreateFrameListeners ( ) : void
Résultat void

CreateScene() protected méthode

protected CreateScene ( ) : void
Résultat void

Main() public static méthode

public static Main ( ) : void
Résultat void

QueueChunk() public méthode

public QueueChunk ( MinecraftLibrary.Chunk c ) : void
c MinecraftLibrary.Chunk
Résultat void

UpdateScene() protected méthode

protected UpdateScene ( FrameEvent evt ) : void
evt FrameEvent
Résultat void

moveCamera() public méthode

public moveCamera ( float x, float y, float z ) : void
x float
y float
z float
Résultat void

outputNode() public static méthode

public static outputNode ( YamlNode node, string ind = "" ) : void
node System.Yaml.YamlNode
ind string
Résultat void

packetHandler() public méthode

public packetHandler ( object sender, Client e ) : void
sender object
e MinecraftLibrary.Client
Résultat void

renderChunk() public méthode

public renderChunk ( MinecraftLibrary.Chunk c ) : void
c MinecraftLibrary.Chunk
Résultat void

Property Details

mc public_oe property

public Client,MinecraftLibrary mc
Résultat MinecraftLibrary.Client

t public_oe static_oe property

public static Tutorial,Mogre.Tutorials t
Résultat Tutorial