fCraft  0.638
Custom Minecraft Server
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events
Package fCraft.GUI

Classes

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

Enumerations

enum  IsoCatMode { Normal, Peeled, Cut, Chunk }
 Drawing/clipping mode of IsoCat map renderer. More...
 

Enumeration Type Documentation

Drawing/clipping mode of IsoCat map renderer.

Enumerator:
Normal 

Normal isometric view.

Peeled 

Isometric view with the outermost layer of blocks stripped (useful for boxed maps).

Cut 

Isometric view with a front-facing quarter of the map cut out (to show map cross-section).

Chunk 

Only a specified chunk of the map is drawn.