mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 00:38:21 +00:00
Format interface method in RegionListener
This commit is contained in:
@@ -18,6 +18,6 @@ public interface RegionListener {
|
||||
* @param entity The affected {@link Entity}.
|
||||
* @param type The type of {@link EntityUpdateType}.
|
||||
*/
|
||||
public abstract void execute(Region region, Entity entity, EntityUpdateType type);
|
||||
public void execute(Region region, Entity entity, EntityUpdateType type);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user