Real fix for 4125d1eb46, updated outdated comments.

This commit is contained in:
Oleg Agafonov 2021-07-31 09:36:38 +04:00
parent 0136b986e4
commit 6e0184a38d
7 changed files with 50 additions and 35 deletions

View file

@ -71,6 +71,12 @@ public interface Game extends MageItem, Serializable {
GameOptions getOptions();
/**
* Return object or LKI from battlefield
*
* @param objectId
* @return
*/
MageObject getObject(UUID objectId);
MageObject getBaseObject(UUID objectId);