TurnBasedMinecraftMod/src/main/java/com/seodisparate/TurnBasedMinecraft/common
Stephen Seo f55b2e89ab Add battle cooldown
Cooldown (default 5 seconds) prevents an entity that left battle from
attacking or being-attacked for the duration of the cooldown.
2018-10-17 18:28:47 +09:00
..
networking Add commands/config to disable turnbased on demand 2018-10-16 14:42:24 +09:00
AttackerViaBow.java Implement use of vanilla bow/arrows in battle 2018-09-17 15:49:10 +09:00
AttackEventHandler.java Add battle cooldown 2018-10-17 18:28:47 +09:00
Battle.java Add battle cooldown 2018-10-17 18:28:47 +09:00
BattleManager.java Add battle cooldown 2018-10-17 18:28:47 +09:00
BattleUpdater.java Add battle cooldown 2018-10-17 18:28:47 +09:00
Combatant.java Add battle cooldown 2018-10-17 18:28:47 +09:00
CommandTBMDisable.java Fixes, added commands, version to 1.2 2018-10-17 12:19:16 +09:00
CommandTBMDisableAll.java Fix /tbm-disable|enable-all to notify all players 2018-10-17 13:27:55 +09:00
CommandTBMEnable.java Fixes, added commands, version to 1.2 2018-10-17 12:19:16 +09:00
CommandTBMEnableAll.java Add battle cooldown 2018-10-17 18:28:47 +09:00
CommandTBMSet.java Add commands/config to disable turnbased on demand 2018-10-16 14:42:24 +09:00
CommonProxy.java Minor fix to how Common/Client Proxy handles init 2018-10-04 12:07:26 +09:00
Config.java Add battle cooldown 2018-10-17 18:28:47 +09:00
EntityInfo.java Implement use of vanilla bow/arrows in battle 2018-09-17 15:49:10 +09:00
PlayerJoinEventHandler.java Fixes, added commands, version to 1.2 2018-10-17 12:19:16 +09:00
TurnBasedMinecraftMod.java Version 1.3, Fixes, improvements 2018-10-17 17:15:23 +09:00
Utility.java Implement use of vanilla bow/arrows in battle 2018-09-17 15:49:10 +09:00