88b4f4de18
Cleanup.
...
- Fixed a few warnings
- Unified the formatting of the command prologue
- Put down why it was deprecated in the javadoc of a deprecated method.
- Gave //none a better usage line
- Switchcaseified some elseifs
2011-09-19 07:24:49 +02:00
3f369f104a
Abstracted type detection of simulateBlockMine into BlockType.
2011-09-17 22:00:14 -07:00
afa8e873e9
Reverted block id checking in BukkitWorld to prevent false positives and made LoclWorld use the internal list for easier updates
2011-09-14 21:27:24 -04:00
3bcd9a932b
Replaced lots of else if constructs by switch/case and other simpler constructs.
2011-09-05 04:20:36 +02:00
4c00a24c1d
Abstracted all block IDs to BlockID and item ids to ItemType. Overloaded recently changed methods for compatibility and cleaned a few things up.
2011-09-03 13:01:51 -04:00
bc6315fb24
Fixed getting and setting of blocks in unloaded chunks
2011-08-29 17:31:08 -07:00
22cbc90b6d
setTypeIdAndData in LocalWorld is no longer abstract - it now defaults to calling setBlockType and setBlockData. Restores compatibility with SinglePlayerCommands 2.10_2.
2011-08-14 03:48:18 -04:00
750d6dd1d0
Destroying tall grass with superpickaxe now randomly drops seed
2011-08-11 19:27:00 +02:00
990915b23f
Merge remote-tracking branch 'remotes/pull_117/multiworld-snapshots'
2011-08-05 12:29:49 +02:00
86d12a62a0
superpickaxe on a piston head wont drop an unplacable block
2011-07-15 03:22:58 -05:00
66dcc99809
fixed superpickaxe for gravel & lightstone, preprocessors faster than postprocessors, added methods so same-type changes are visble client-side, fixed fixliquid & setblocks block count
2011-07-15 02:00:48 -05:00
75660547d9
fixed superpickaxe for gravel & lightstone, preprocessors faster than postprocessors, added methods so same-type changes are visble client-side, fixed fixliquid & setblocks block count
2011-07-15 01:59:30 -05:00
858f8d3c36
Add multiworld snapshot support
2011-07-07 18:23:12 +01:00
5231352f6c
Updated item ids and names for 1.7
2011-07-01 00:26:40 -04:00
e20cca38fd
Change the block type check to be implementation-dependent. The Bukkit plugin now checks Bukkit's Material.
2011-06-04 22:22:23 -07:00
d881c14e2d
Added //fast mode, which allows the server to skip the dirtying of chunks. This means that you have to rejoin to see changes though, but most operations are doubled in speed.
2011-06-04 10:30:45 -07:00
8f032fb2ea
Added -p flag to //butcher to kill pet wolves.
2011-05-24 18:19:11 -04:00
7dcb4da83b
Moved EntityType to its own class to hopefully fix the unexplainable IllegalAccessErrors.
2011-05-01 13:55:38 -07:00
582b98dad0
More file moving.
2011-05-01 01:30:33 -07:00