Rename ShopHandlerImpl
This commit is contained in:
+3
-2
@@ -1,6 +1,7 @@
|
||||
package com.alttd.playershops.handler;
|
||||
|
||||
import com.alttd.playershops.PlayerShops;
|
||||
import com.alttd.playershops.api.ShopHandler;
|
||||
import com.alttd.playershops.config.Config;
|
||||
import com.alttd.playershops.shop.AbstractShop;
|
||||
import it.unimi.dsi.fastutil.objects.Object2IntMap;
|
||||
@@ -15,7 +16,7 @@ import org.bukkit.block.BlockFace;
|
||||
import java.util.*;
|
||||
import java.util.concurrent.ConcurrentHashMap;
|
||||
|
||||
public class ShopHandler implements com.alttd.playershops.api.ShopHandler {
|
||||
public class ShopHandlerImpl implements ShopHandler {
|
||||
|
||||
private final PlayerShops plugin;
|
||||
@Getter
|
||||
@@ -25,7 +26,7 @@ public class ShopHandler implements com.alttd.playershops.api.ShopHandler {
|
||||
@Getter
|
||||
private final ArrayList<Material> shopMaterials;
|
||||
|
||||
public ShopHandler(PlayerShops instance) {
|
||||
public ShopHandlerImpl(PlayerShops instance) {
|
||||
plugin = instance;
|
||||
shopLocation = new ConcurrentHashMap<>();
|
||||
shopBuildLimits = new Object2IntOpenHashMap<>();
|
||||
Reference in New Issue
Block a user