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.silicon.plug |
Modifier and Type | Method and Description |
---|---|
IFacadeState |
IFacadePhasedState.getState() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<? extends IFacadeState> |
IFacadeRegistry.getValidFacades() |
Modifier and Type | Method and Description |
---|---|
default IFacade |
IFacadeRegistry.createBasicFacade(IFacadeState state,
boolean isHollow) |
IFacadePhasedState |
IFacadeRegistry.createPhasedState(IFacadeState state,
net.minecraft.item.EnumDyeColor activeColor) |
Modifier and Type | Class and Description |
---|---|
class |
FacadeBlockStateInfo |
Modifier and Type | Method and Description |
---|---|
IFacadeState |
FacadePhasedState.getState() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<? extends IFacadeState> |
FacadeStateManager.getValidFacades() |
Modifier and Type | Method and Description |
---|---|
IFacadePhasedState |
FacadeStateManager.createPhasedState(IFacadeState state,
net.minecraft.item.EnumDyeColor activeColor) |