DimDoors/StevenDimDoors/mod_pocketDim/helpers
SenseiKiwi ecaa90a438 Partially Overhauled Commands
Partially overhauled our command classes. Added DDCommandBase - it
extends CommandBase and acts as a new base class for our commands. It
removes a little redundancy in our code and provides increased
convenience. Removed the static fields for our commands in
mod_pocketDim. There was no point in keeping them when nothing was using
them. Changed in-game command names to be shorter yet relevant.
Converted all commands to singletons so proper instances can be
retrieved if necessary. Migrated some of the custom dungeon start/ending
logic to DungeonHelper and made customDungeonStatus private. Except for
data objects, we shouldn't be exposing state variables like that without
any kind of checks. I've rewritten the code in some commands but it's
been quite tiring. Still need to fix up lots of things.
2013-06-18 10:23:31 -04:00
..
jnbt Export function added 2013-06-04 08:52:06 -04:00
copyfile.java Tweaked Dungeon Tutorial Copy Code 2013-06-16 10:54:03 -04:00
dimHelper.java Optimized Weighted Random Dungeon Selection 2013-06-17 22:26:39 -04:00
DungeonHelper.java Partially Overhauled Commands 2013-06-18 10:23:31 -04:00
yCoordHelper.java Fixed monolith spawning 2013-06-15 02:09:17 -04:00