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.item | |
buildcraft.silicon.plug |
Modifier and Type | Method and Description |
---|---|
default IFacade |
IFacadeRegistry.createBasicFacade(IFacadeState state,
boolean isHollow) |
IFacade |
IFacadeRegistry.createPhasedFacade(IFacadePhasedState[] states,
boolean isHollow) |
IFacade |
IFacadeItem.getFacade(net.minecraft.item.ItemStack facade) |
Modifier and Type | Method and Description |
---|---|
net.minecraft.item.ItemStack |
IFacadeItem.createFacadeStack(IFacade facade) |
Modifier and Type | Method and Description |
---|---|
IFacade |
ItemPluggableFacade.getFacade(net.minecraft.item.ItemStack facade) |
Modifier and Type | Method and Description |
---|---|
net.minecraft.item.ItemStack |
ItemPluggableFacade.createFacadeStack(IFacade facade) |
Modifier and Type | Class and Description |
---|---|
class |
FacadeInstance |
class |
PluggableFacade |
Modifier and Type | Method and Description |
---|---|
IFacade |
FacadeStateManager.createPhasedFacade(IFacadePhasedState[] states,
boolean isHollow) |