Package | Description |
---|---|
buildcraft.lib.client.reload |
Modifier and Type | Field and Description |
---|---|
SourceType |
ReloadSource.type |
static SourceType[] |
SourceType.VALUES |
Modifier and Type | Method and Description |
---|---|
static SourceType |
SourceType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SourceType[] |
SourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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. |
Constructor and Description |
---|
ReloadSource(net.minecraft.util.ResourceLocation location,
SourceType type) |
ReloadSource(java.lang.String loc,
SourceType type) |
ReloadSource(java.lang.String domain,
java.lang.String path,
SourceType type) |