Package | Description |
---|---|
buildcraft.lib.client.reload | |
buildcraft.lib.client.sprite |
Modifier and Type | Field and Description |
---|---|
static ReloadSource |
ReloadManager.CONFIG_COLOUR_BLIND |
static ReloadSource |
ReloadManager.CONFIG_ROTATE_TRAVEL_ITEMS |
Modifier and Type | Method and Description |
---|---|
void |
ReloadManager.addDependency(ReloadSource from,
IReloadable to,
ReloadSource locationTo) |
void |
ReloadManager.addDependency(ReloadSource from,
ReloadSource to) |
void |
ReloadManager.addDependency(ReloadSource from,
java.lang.Runnable to) |
void |
ReloadManager.postReload(ReloadSource location) |
Modifier and Type | Method and Description |
---|---|
static java.util.EnumSet<SourceType> |
ReloadUtil.getSourceTypesFor(java.util.Set<ReloadSource> set,
net.minecraft.util.ResourceLocation location)
Searches the given set for all of the
SourceType 's that have been reloaded as the specified location
key. |
void |
ReloadManager.postReload(java.util.Collection<ReloadSource> locations)
Call this *after* the given
ReloadSource has been reloaded. |
boolean |
IReloadable.reload(java.util.Set<ReloadSource> changed) |
Modifier and Type | Method and Description |
---|---|
boolean |
AtlasSpriteVariants.reload(java.util.Set<ReloadSource> changed) |