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.items |
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.robots |
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.core.item | |
buildcraft.lib.misc.data |
Provides a set of classes (data types or enums) that are useful in miscellaneous contexts.
|
buildcraft.robotics.zone |
Modifier and Type | Interface and Description |
---|---|
interface |
IBox
A cuboid volume.
|
Modifier and Type | Method and Description |
---|---|
IZone |
IMapLocation.getZone(net.minecraft.item.ItemStack stack)
This function can be used for SPOT, AREA and ZONE types.
|
Modifier and Type | Method and Description |
---|---|
abstract IZone |
EntityRobotBase.getZoneToLoadUnload() |
abstract IZone |
EntityRobotBase.getZoneToWork() |
Modifier and Type | Method and Description |
---|---|
IZone |
ItemMapLocation.getZone(net.minecraft.item.ItemStack item) |
Modifier and Type | Class and Description |
---|---|
class |
Box
MUTABLE integer variant of AxisAlignedBB, with a few BC-specific methods
|
Modifier and Type | Class and Description |
---|---|
class |
ZonePlan |