Package | Description |
---|---|
buildcraft.api.core |
Copyright (c) 2011-2015, SpaceToad and the BuildCraft Team http://www.mod-buildcraft.com
The BuildCraft API is distributed under the terms of the MIT License.
|
buildcraft.api.template | |
buildcraft.api.transport |
Copyright (c) 2011-2015, SpaceToad and the BuildCraft Team http://www.mod-buildcraft.com
The BuildCraft API is distributed under the terms of the MIT License.
|
buildcraft.builders.snapshot | |
buildcraft.transport.pipe |
Modifier and Type | Field and Description |
---|---|
static EnumHandlerPriority[] |
EnumHandlerPriority.VALUES |
Modifier and Type | Method and Description |
---|---|
static EnumHandlerPriority |
EnumHandlerPriority.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumHandlerPriority[] |
EnumHandlerPriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ITemplateRegistry.addHandler(ITemplateHandler handler,
EnumHandlerPriority priority) |
Modifier and Type | Method and Description |
---|---|
void |
IStripesRegistry.addHandler(IStripesHandlerBlock handler,
EnumHandlerPriority priority) |
void |
IStripesRegistry.addHandler(IStripesHandlerItem handler,
EnumHandlerPriority priority) |
Modifier and Type | Method and Description |
---|---|
void |
TemplateRegistry.addHandler(ITemplateHandler handler,
EnumHandlerPriority priority) |
Modifier and Type | Method and Description |
---|---|
void |
StripesRegistry.addHandler(IStripesHandlerBlock handler,
EnumHandlerPriority priority) |
void |
StripesRegistry.addHandler(IStripesHandlerItem handler,
EnumHandlerPriority priority) |