mirror of
https://github.com/garbagemule/MobArena.git
synced 2024-11-22 10:36:00 +01:00
Make InventoryThingParser package-private.
We don't need the parser exposed outside of the `things` package, and none of the other thing parsers are public anyway. Coincidentally, this fixes a warning about exposing InventoryThing outside of its visibility scope, so yay.
This commit is contained in:
parent
3b7b638b00
commit
8e5d2f0d23
@ -6,7 +6,7 @@ import org.bukkit.World;
|
||||
|
||||
import java.util.function.Supplier;
|
||||
|
||||
public class InventoryThingParser implements ThingParser {
|
||||
class InventoryThingParser implements ThingParser {
|
||||
|
||||
private static final String PREFIX = "inv(";
|
||||
private static final String SUFFIX = ")";
|
||||
|
Loading…
Reference in New Issue
Block a user