1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

Refactored Code

This commit is contained in:
TheBusyBiscuit 2019-08-31 15:52:52 +02:00
parent 6eb3cee4a2
commit 2f5177b785

View File

@ -23,7 +23,9 @@ import me.mrCookieSlime.Slimefun.Setup.Messages;
*
* @since 4.0
*/
public class Slimefun {
public final class Slimefun {
private Slimefun() {}
public static void registerGuideHandler(GuideHandler handler) {
List<GuideHandler> handlers = SlimefunPlugin.getUtilities().guideHandlers.getOrDefault(handler.getTier(), new ArrayList<>());