public class WallpapersListener
extends java.lang.Object
implements net.minecraftforge.resource.ISelectiveResourceReloadListener
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_WALLPAPER |
| Constructor and Description |
|---|
WallpapersListener() |
| Modifier and Type | Method and Description |
|---|---|
static net.minecraft.util.ResourceLocation |
getWallpaper(java.lang.String name) |
static java.util.List<java.lang.String> |
getWallpapers() |
static boolean |
hasWallpaper(java.lang.String name) |
void |
onResourceManagerReload(net.minecraft.resources.IResourceManager manager,
java.util.function.Predicate<net.minecraftforge.resource.IResourceType> predicate) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonResourceManagerReloadpublic static final java.lang.String DEFAULT_WALLPAPER
public static java.util.List<java.lang.String> getWallpapers()
public static boolean hasWallpaper(java.lang.String name)
public static net.minecraft.util.ResourceLocation getWallpaper(java.lang.String name)
public void onResourceManagerReload(net.minecraft.resources.IResourceManager manager,
java.util.function.Predicate<net.minecraftforge.resource.IResourceType> predicate)
onResourceManagerReload in interface net.minecraftforge.resource.ISelectiveResourceReloadListener