mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Convert item and block maps in Toolbox to TIntObjectMaps
This commit is contained in:
parent
7a6c2b5914
commit
8c541304a6
3 changed files with 9 additions and 11 deletions
|
@ -30,10 +30,6 @@ import org.geysermc.api.logger.Logger;
|
|||
import org.geysermc.api.plugin.PluginManager;
|
||||
|
||||
import java.util.Collection;
|
||||
import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
import java.util.Objects;
|
||||
import java.util.UUID;
|
||||
import java.util.concurrent.ScheduledExecutorService;
|
||||
|
||||
public class Geyser {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue