Object TBSMenuBackgrounds
-
- All Implemented Interfaces:
public class TBSMenuBackgrounds
The Broken Script's menu backgrounds.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<ResourceLocation>
MENU_BACKGROUNDS
private final List<ResourceLocation>
UWU_MENU_BACKGROUNDS
private ResourceLocation
CURRENT_MENU_BACKGROUND
private final static ResourceLocation
menuBackground
public final static TBSMenuBackgrounds
INSTANCE
-
Method Summary
Modifier and Type Method Description final static ResourceLocation
refreshMenuBackground()
Force the background to be refreshed. final List<ResourceLocation>
getMENU_BACKGROUNDS()
final List<ResourceLocation>
getUWU_MENU_BACKGROUNDS()
final ResourceLocation
getCURRENT_MENU_BACKGROUND()
final Unit
setCURRENT_MENU_BACKGROUND(ResourceLocationĀ CURRENT_MENU_BACKGROUND)
final static ResourceLocation
getMenuBackground()
-
-
Method Detail
-
refreshMenuBackground
final static ResourceLocation refreshMenuBackground()
Force the background to be refreshed.
-
getMENU_BACKGROUNDS
final List<ResourceLocation> getMENU_BACKGROUNDS()
-
getUWU_MENU_BACKGROUNDS
final List<ResourceLocation> getUWU_MENU_BACKGROUNDS()
-
getCURRENT_MENU_BACKGROUND
final ResourceLocation getCURRENT_MENU_BACKGROUND()
-
setCURRENT_MENU_BACKGROUND
final Unit setCURRENT_MENU_BACKGROUND(ResourceLocationĀ CURRENT_MENU_BACKGROUND)
-
getMenuBackground
final static ResourceLocation getMenuBackground()
-
-
-
-