Package | Description |
---|---|
buildcraft.api.facades |
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.transport.plug |
Modifier and Type | Method and Description |
---|---|
static FacadeType |
FacadeType.fromOrdinal(int ordinal) |
default FacadeType |
IFacadeItem.getFacadeType(net.minecraft.item.ItemStack stack) |
FacadeType |
IFacade.getType() |
static FacadeType |
FacadeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FacadeType[] |
FacadeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
FacadeType |
FacadeInstance.type |
Modifier and Type | Method and Description |
---|---|
FacadeType |
FacadeInstance.getType() |
FacadeType |
PluggableFacade.getType() |