Rename Rule methods
This commit is contained in:
@@ -3,7 +3,7 @@ package com.bartlomiejpluta.base.api.game.rule;
|
||||
import com.bartlomiejpluta.base.api.game.entity.Entity;
|
||||
|
||||
public interface Rule {
|
||||
boolean test(Entity entity);
|
||||
boolean when(Entity entity);
|
||||
|
||||
void invoke(Entity entity);
|
||||
void then(Entity entity);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user