JavaScript is disabled on your browser.
Enum Constant Summary
Enum Constants
Field Summary
Fields
private static org.objectweb.asm.Type
(package private) static org.apache.logging.log4j.Logger
Constructor Summary
Constructors
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods
private void
void
<T> void
Deprecated, for removal: This API element is subject to removal in a future version.
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Field Details
LOGGER
static final org.apache.logging.log4j.Logger LOGGER
CAP_INJECT
private static final org.objectweb.asm.Type CAP_INJECT
Constructor Details
CapabilityManager
private CapabilityManager ()
Method Details
values
Returns an array containing the constants of this enum class, in
the order they are declared.
Returns:
an array containing the constants of this enum class, in the order they are declared
valueOf
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name
- the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException
- if this enum class has no constant with the specified name
NullPointerException
- if the argument is null
register
Deprecated, for removal: This API element is subject to removal in a future version.
Registers a capability to be consumed by others.
APIs who define the capability should call this.
To retrieve the Capability instance, use the @CapabilityInject annotation.
This method is safe to call during parallel mod loading.
Parameters:
type
- The class type to be registered
injectCapabilities
public void injectCapabilities
(List <net.minecraftforge.forgespi.language.ModFileScanData> data)
RegisterCapabilitiesEvent