Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ResourceIdBlock |
class |
ResourceIdRequest |
Modifier and Type | Method and Description |
---|---|
static ResourceId |
ResourceId.load(net.minecraft.nbt.NBTTagCompound nbt) |
Modifier and Type | Method and Description |
---|---|
boolean |
IRobotRegistry.isTaken(ResourceId resourceId) |
void |
IRobotRegistry.release(ResourceId resourceId) |
long |
IRobotRegistry.robotIdTaking(ResourceId resourceId) |
EntityRobotBase |
IRobotRegistry.robotTaking(ResourceId resourceId) |
boolean |
IRobotRegistry.take(ResourceId resourceId,
EntityRobotBase robot) |
boolean |
IRobotRegistry.take(ResourceId resourceId,
long robotId) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
RobotManager.getResourceIdName(java.lang.Class<? extends ResourceId> resourceIdClass) |
static void |
RobotManager.registerResourceId(java.lang.Class<? extends ResourceId> resourceId,
java.lang.String name) |
static void |
RobotManager.registerResourceId(java.lang.Class<? extends ResourceId> resourceId,
java.lang.String name,
java.lang.String legacyClassName) |