clanmanmode: Final fields
This commit is contained in:
@@ -94,7 +94,7 @@ public class ClanManModePlugin extends Plugin
|
||||
int clanmax;
|
||||
int inwildy;
|
||||
int ticks;
|
||||
Map<String, Integer> clan = new HashMap<>();
|
||||
final Map<String, Integer> clan = new HashMap<>();
|
||||
|
||||
@Override
|
||||
protected void startUp() throws Exception
|
||||
|
||||
@@ -25,7 +25,7 @@ public class ClanManModeService
|
||||
this.plugin = plugin;
|
||||
}
|
||||
|
||||
private Map<String, String> interactors = new HashMap<>();
|
||||
private final Map<String, String> interactors = new HashMap<>();
|
||||
|
||||
public void forEachPlayer(final BiConsumer<Player, Color> consumer)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user