#1337: Add DragonBattle#setPreviouslyKilled
By: DaFeist <56165444+dafeist-github@users.noreply.github.com>
This commit is contained in:
@@ -62,6 +62,11 @@ public class CraftDragonBattle implements DragonBattle {
|
||||
return handle.hasPreviouslyKilledDragon();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setPreviouslyKilled(boolean previouslyKilled) {
|
||||
handle.previouslyKilled = previouslyKilled;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void initiateRespawn() {
|
||||
this.handle.tryRespawn();
|
||||
|
||||
Reference in New Issue
Block a user