fCraft  0.636
Custom Minecraft Server
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events
Public Member Functions | Properties | Events | List of all members
fCraft.GUI.IsoCat Class Reference

Isometric map renderer. Creates a bitmap of the map. Every IsoCat instance is single-use. More...

Public Member Functions

 IsoCat ()
 
IsoCatResult Draw ([NotNull] Map mapToDraw)
 
void CancelAsync ()
 

Properties

int[] ChunkCoords [get, set]
 
int Rotation [get, set]
 
IsoCatMode Mode [get, set]
 
bool SeeThroughWater [get, set]
 
bool SeeThroughLava [get, set]
 
bool DrawShadows [get, set]
 
bool Gradient [get, set]
 

Events

ProgressChangedEventHandler ProgressChanged
 

Detailed Description

Isometric map renderer. Creates a bitmap of the map. Every IsoCat instance is single-use.

Constructor & Destructor Documentation

fCraft.GUI.IsoCat.IsoCat ( )

Member Function Documentation

void fCraft.GUI.IsoCat.CancelAsync ( )
IsoCatResult fCraft.GUI.IsoCat.Draw ( [NotNull] Map  mapToDraw)

Property Documentation

int [] fCraft.GUI.IsoCat.ChunkCoords
getset
bool fCraft.GUI.IsoCat.DrawShadows
getset
bool fCraft.GUI.IsoCat.Gradient
getset
IsoCatMode fCraft.GUI.IsoCat.Mode
getset
int fCraft.GUI.IsoCat.Rotation
getset
bool fCraft.GUI.IsoCat.SeeThroughLava
getset
bool fCraft.GUI.IsoCat.SeeThroughWater
getset

Event Documentation

ProgressChangedEventHandler fCraft.GUI.IsoCat.ProgressChanged

The documentation for this class was generated from the following file: