public class ReloadUtil
extends java.lang.Object
Constructor and Description |
---|
ReloadUtil() |
Modifier and Type | Method and Description |
---|---|
static java.util.EnumSet<SourceType> |
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. |
public static java.util.EnumSet<SourceType> getSourceTypesFor(java.util.Set<ReloadSource> set, net.minecraft.util.ResourceLocation location)
SourceType
's that have been reloaded as the specified location
key.set
- The set to look inlocation
- The identifier to search for.EnumSet
of all of the SourceType
's that area contained in the set.