Package | Description |
---|---|
buildcraft.api.boards |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
RedstoneBoardRobotNBT |
Modifier and Type | Method and Description |
---|---|
RedstoneBoardNBT<?> |
IRedstoneBoard.getNBTHandler() |
abstract RedstoneBoardNBT<?> |
RedstoneBoardRegistry.getRedstoneBoard(net.minecraft.nbt.NBTTagCompound nbt) |
abstract RedstoneBoardNBT<?> |
RedstoneBoardRegistry.getRedstoneBoard(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
abstract java.util.Collection<RedstoneBoardNBT<?>> |
RedstoneBoardRegistry.getAllBoardNBTs() |
Modifier and Type | Method and Description |
---|---|
abstract long |
RedstoneBoardRegistry.getPowerCost(RedstoneBoardNBT<?> board) |
abstract void |
RedstoneBoardRegistry.registerBoardType(RedstoneBoardNBT<?> redstoneBoardNBT,
long microJoules)
Register a redstone board type.
|