mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
refactor, ai: removed outdated and unused code (suggest actions for AI simulations);
This commit is contained in:
parent
07915394c7
commit
d1cca988c4
6 changed files with 6 additions and 193 deletions
|
|
@ -375,10 +375,6 @@ public interface Player extends MageItem, Copyable<Player> {
|
|||
|
||||
void setTestMode(boolean value);
|
||||
|
||||
void addAction(String action);
|
||||
|
||||
int getActionCount();
|
||||
|
||||
void setAllowBadMoves(boolean allowBadMoves);
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -4466,17 +4466,6 @@ public abstract class PlayerImpl implements Player, Serializable {
|
|||
getManaPool().setAutoPaymentRestricted(userData.isManaPoolAutomaticRestricted());
|
||||
}
|
||||
|
||||
@Override
|
||||
public void addAction(String action
|
||||
) {
|
||||
// do nothing
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getActionCount() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setAllowBadMoves(boolean allowBadMoves) {
|
||||
// do nothing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue