📈
Cell2D Documentation
  • Cell2D Documentation
  • General
    • Q&A
    • Celick
  • Examples
    • Asteroid Field
  • Tutorials
    • Setting up Cell2D in NetBeans IDE
    • Setting up Cell2D in Eclipse IDE
Powered by GitBook
On this page

Was this helpful?

  1. General

Celick

PreviousQ&ANextAsteroid Field

Last updated 5 years ago

Was this helpful?

The package org.cell2d.celick and its subpackages consist of classes directly copied, with or without modifications, from Slick2D, the library on which Cell2D is based. They are sometimes buggy, often poorly documented, and thus largely hidden away. Cell2D's online Javadoc excludes them, and the most you'll ever need to interact with them is passing instances of the Graphics class around as method parameters. You might have some use for them, though, in particular Graphics' functionality of drawing basic shapes on the screen. If you do, the javadoc in the Cell2D download includes them, and you can find that same javadoc online - but tread with caution.

here