MCPcopy Create free account

hub / github.com/ctomni231/cwtactics / types & classes

Types & classes21 in github.com/ctomni231/cwtactics

ClassBattleScreen
src/com/cwt/screen/BattleScreen.java:11
ClassCWTactics
src/com/cwt/CWTactics.java:8
ClassCWTacticsOld
src/com/cwt/CWTacticsOld.java:15
ClassFileFind
FileFind.java A simple remix of FileManager. This class looks for files in the current directory, then stores them into an array of FileIndex. Has fu
src/com/jslix/io/FileFind.java:26
ClassFileIndex
FileIndex.java A remix of FileHolder. This class will simplify a file to its resourcePath. @author Carr, Crecen @license Look into "LICENSE" file fo
src/com/jslix/io/FileIndex.java:14
ClassImgHolder
ImgHolder.java A remix of ImageHolder. The ImgHolder helps store images in an ImageLibrary. Stripped out the Slick stuff. @author Carr, Crecen @lice
src/com/jslix/image/ImgHolder.java:19
ClassImgLibrary
ImgLibrary.java A remix of ImageSorter, ImgLibrary helps with organizing and sectioning images. It performs recolors, resizes images, stores images,
src/com/jslix/image/ImgLibrary.java:30
ClassImgLoader
ImgLoader.java A remix of ImageLoader. Gives functions in helping to load awtImages from within the .jar, on a web page, or within a relative folder.
src/com/jslix/image/ImgLoader.java:29
ClassJSONLibrary
JSON_Library This is a class created for both reading and writing JSON files. @author Carr, Crecen @license Look into "LICENSE" file for further inf
src/com/jslix/io/JSONLibrary.java:26
ClassJSlix
src/com/jslix/JSlix.java:21
ClassJukeBox
JukeBox.java The JukeBox class makes the music and sound files playable from anywhere in the system. @author Carr, Crecen @license Look into "LICENS
src/com/jslix/sound/JukeBox.java:13
ClassKeyIndex
KeyIndex.java A remix of UserAction that holds information regarding key and mouse presses. Makes it easier to get keyboard and mouse actions from th
src/com/jslix/KeyIndex.java:15
ClassKeyPress
A simple remix of UserAction. Instead of storing keyboard and mouse actions, this class will help translate Slick key presses into Java key presses an
src/com/jslix/KeyPress.java:17
ClassMainGame
src/com/cwt/screen/MainGame.java:9
ClassMusicHolder
MusicHolder.java The MusicHolder helps store music files in a MusicLibrary. @author Carr, Crecen @license Look into "LICENSE" file for further infor
src/com/jslix/sound/MusicHolder.java:12
ClassMusicLibrary
MusicLibrary.java A remix of SFX in the original CW. MusicLibrary helps with the organizing, sectioning, and playback of music files. It performs mus
src/com/jslix/sound/MusicLibrary.java:36
ClassMusicListener
MusicListener.java This works with the Music Library to tell when a file is performing a playback. @author Carr, Crecen @license Look into "LICENSE"
src/com/jslix/sound/MusicListener.java:16
ClassScreen
Screen.java v1.0 Coded by: Crecen Carr (JakeSamiRulz) Design by: Clinton Nolan (Urusan) Created/Modified: July 9, 2020<p> Screen.java<p> The Screen
src/com/jslix/Screen.java:24
ClassScreenLibrary
ScreenLibrary.java A remix of PraxisLibrary and SlixLibrary. Used to hold a list of Screens/States and store them for display for both the Java2D and
src/com/jslix/ScreenLibrary.java:17
ClassTestBed
A playground for testing the different features of the program @author Carr, Crecen @version 12.27.20
src/com/cwt/screen/TestBed.java:21
ClassTimer
Timer.java A regulation for the amount of time taken regulated by system time instead of a frame rate. Counts to 1000 milliseconds and restarts. Usin
src/com/jslix/Timer.java:15