Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 1.67 KB

Readme.md

File metadata and controls

51 lines (40 loc) · 1.67 KB

This repository serves as a starting point for understanding MCGalaxy's API by documenting and providing examples for the essential classes

Blocks

Commands

  • Command - Performs an action based on player input
  • CommandParser - Helpers for parsing player input

Database

Drawing

  • Brush - Determines the blocks output from most draw operations
  • BrushFactory - Parses player input to create a Brush
  • DrawOp - Produces blocks from an array of coordinates (e.g. a box)
  • DrawOpPerformer

Events

TODO

Level

Scripting

Player

Player data

Server

  • Scheduled tasks

Utils

  • HttpUtil
  • ImageUtils