We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23652e3 commit f97e73dCopy full SHA for f97e73d
src/main/java/org/maxgamer/quickshop/api/shop/ShopManager.java
@@ -116,6 +116,7 @@ public interface ShopManager {
116
117
/**
118
* Gets a shop in a specific location
119
+ * ATTENTION: This not include attached shops (double-chest)
120
*
121
* @param loc The location to get the shop from
122
* @return The shop at that location
@@ -124,6 +125,7 @@ public interface ShopManager {
124
125
126
127
128
129
130
131
* @param skipShopableChecking whether to check is shopable
0 commit comments