Changes EconomyHandler method names to be more consistent

This commit is contained in:
2021-10-15 19:25:31 +02:00
parent d45af537cd
commit e2c91c1feb
5 changed files with 17 additions and 17 deletions

View File

@ -15,7 +15,7 @@ import org.jetbrains.annotations.NotNull;
public class StargateEntityPortalEvent extends StargateEvent {
private static final HandlerList handlers = new HandlerList();
Entity travellingEntity;
final Entity travellingEntity;
private final Portal destination;
private Location exit;