Package | Description |
---|---|
buildcraft.core.marker.volume |
Modifier and Type | Field and Description |
---|---|
EnumAddonSlot |
Lock.Target.TargetAddon.slot |
static EnumAddonSlot[] |
EnumAddonSlot.VALUES |
Modifier and Type | Field and Description |
---|---|
java.util.Map<EnumAddonSlot,Addon> |
VolumeBox.addons |
Modifier and Type | Method and Description |
---|---|
EnumAddonSlot |
Addon.getSlot() |
static EnumAddonSlot |
EnumAddonSlot.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumAddonSlot[] |
EnumAddonSlot.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static org.apache.commons.lang3.tuple.Pair<VolumeBox,EnumAddonSlot> |
EnumAddonSlot.getSelectingVolumeBoxAndSlot(net.minecraft.entity.player.EntityPlayer player,
java.util.List<VolumeBox> volumeBoxes) |
Constructor and Description |
---|
TargetAddon(EnumAddonSlot slot) |