![]() |
fCraft
0.638
Custom Minecraft Server
|
Classes | |
| interface | fCraft.Drawing.IBrushFactory |
| Class that desribes a type of brush in general, and allows creating new brushes with /Brush. One instance of IBrushFactory for each type of brush is kept by the BrushManager. More... | |
| interface | fCraft.Drawing.IBrush |
| Class that describes a configured brush, and allows creating instances for specific DrawOperations. Configuration-free brush types may combine IBrushFactory and IBrushType into one class. More... | |
| interface | fCraft.Drawing.IBrushInstance |
| Class that describes an individual instance of a configured brush. Each brush instance will only be used for one DrawOperation, so it can store state. Stateless brush types may combine IBrush and IBrushInstance into one class. More... | |
Namespaces | |
| package | fCraft.Drawing |