|
Packet | getDescriptionPacket () |
|
void | onDataPacket (INetworkManager manager, Packet132TileEntityData packet) |
|
void | updateEntity () |
|
void | RotateTo (ForgeDirection direction) |
|
ForgeDirection | GetCurrentFacing () |
|
void | writeToNBT (NBTTagCompound nbt) |
|
void | readFromNBT (NBTTagCompound nbt) |
|
boolean | AcceptsItemsOnSide (ForgeDirection side) |
|
boolean | IsConnectedOnSide (ForgeDirection side) |
|
boolean | CanAccept (ICapsule capsule) |
|
Boolean | CanRoute () |
|
int | GetPressure () |
|
void | SetPressure (int pressure) |
|
Colours | GetColour () |
|
void | SetColour (Colours colour) |
|
int | GetAdditionalPriority () |
|
void | AcceptCapsule (ICapsule capsule) |
|
void | SetConnectionOnSide (ForgeDirection side, boolean connected) |
|
boolean | IsConnectableOnSide (ForgeDirection side) |
|
World | getWorldObj () |
|
void | setWorldObj (World par1World) |
|
boolean | func_70309_m () |
|
void | readFromNBT (NBTTagCompound par1NBTTagCompound) |
|
void | writeToNBT (NBTTagCompound par1NBTTagCompound) |
|
void | updateEntity () |
|
int | getBlockMetadata () |
|
void | onInventoryChanged () |
|
double | getDistanceFrom (double par1, double par3, double par5) |
|
double | getMaxRenderDistanceSquared () |
|
Block | getBlockType () |
|
Packet | getDescriptionPacket () |
|
boolean | isInvalid () |
|
void | invalidate () |
|
void | validate () |
|
boolean | receiveClientEvent (int par1, int par2) |
|
void | updateContainingBlockInfo () |
|
void | func_85027_a (CrashReportCategory par1CrashReportCategory) |
|
boolean | canUpdate () |
|
void | onDataPacket (INetworkManager net, Packet132TileEntityData pkt) |
|
void | onChunkUnload () |
|
boolean | shouldRefresh (int oldID, int newID, int oldMeta, int newMeta, World world, int x, int y, int z) |
|
boolean | shouldRenderInPass (int pass) |
|
AxisAlignedBB | getRenderBoundingBox () |
|
void YATS.tile.TileExtractor.AcceptCapsule |
( |
ICapsule |
capsule) | |
|
Provides routines to be performed when the tile is offered and can accept a capsule.
- Parameters
-
capsule | The capsule, implementing ICapsule, to be accepted into the tile's contents. |
Implements YATS.api.ITubeConnectable.
boolean YATS.tile.TileExtractor.AcceptsItemsOnSide |
( |
ForgeDirection |
side) | |
|
Tests whether the tile accepts incoming capsules on the given side.
- Parameters
-
side | The side which is to be tested for acceptance of capsules, according to tile behavior |
- Returns
- True if the tile accepts items on the given side, otherwise false.
Implements YATS.api.ITubeConnectable.
boolean YATS.tile.TileExtractor.CanAccept |
( |
ICapsule |
capsule) | |
|
Tests whether the tile will accept a capsule (ex. by colour - it's like racism for tubes).
- Parameters
-
capsule | The capsule to be tested according to the conditions of the tile. |
- Returns
- True if the tile will accept the capsule, otherwise false.
Implements YATS.api.ITubeConnectable.
Boolean YATS.tile.TileExtractor.CanRoute |
( |
) | |
|
Tests whether the tile can route a capsule.
- Returns
- True if the tile can be utilized for routing a capsule, otherwise false.
Implements YATS.api.ITubeConnectable.
int YATS.tile.TileExtractor.GetAdditionalPriority |
( |
) | |
|
Adds additional priority to a tube route.
- Returns
- An integer representing the additional priority of the tile.
Implements YATS.api.ITubeConnectable.
Colours YATS.tile.TileExtractor.GetColour |
( |
) | |
|
This is the get accessor for the tile's colour.
- Returns
- The Colour associated with the tile.
Implements YATS.api.ITubeConnectable.
This is the get accessor for the block's ForgeDirection.
- Returns
- The ForgeDirection the block is currently facing.
Implements YATS.api.I6WayWrenchable.
Packet YATS.tile.TileExtractor.getDescriptionPacket |
( |
) | |
|
int YATS.tile.TileExtractor.GetPressure |
( |
) | |
|
This is the get accessor for the pressure within the tile.
- Returns
- An integer value for the tube pressure within the tile.
Implements YATS.api.ITubeConnectable.
boolean YATS.tile.TileExtractor.IsConnectableOnSide |
( |
ForgeDirection |
side) | |
|
Tests whether a given side of the tile can accept connection to another connectable
- Parameters
-
side | A ForgeDirection side of the tile to test for connectability. |
- Returns
- True if the side is connectable, false if unconnectable.
Implements YATS.api.ITubeConnectable.
boolean YATS.tile.TileExtractor.IsConnectedOnSide |
( |
ForgeDirection |
side) | |
|
Tests whether the tile is connected to another connectable tile on the given side.
- Parameters
-
side | The side which is to be tested for connection to another connectable tile. |
- Returns
- True if the tile is connected to another connectable tile on the given side, otherwise false.
Implements YATS.api.ITubeConnectable.
This is the set accessor for the block's ForgeDirection.
- Parameters
-
direction | The ForgeDirection to rotate to. |
Implements YATS.api.I6WayWrenchable.
void YATS.tile.TileExtractor.SetColour |
( |
Colours |
colour) | |
|
This is the set accessor for the tile's colour.
- Parameters
-
colour | The Colour with which the tile is to be associated. |
Implements YATS.api.ITubeConnectable.
void YATS.tile.TileExtractor.SetConnectionOnSide |
( |
ForgeDirection |
side, |
|
|
boolean |
connected |
|
) |
| |
Sets the connection state of a side of the tile.
- Parameters
-
side | A ForgeDirection side of the tile to be updated. |
connected | A boolean; true if the side is connected, false if disconnected. |
Implements YATS.api.ITubeConnectable.
void YATS.tile.TileExtractor.SetPressure |
( |
int |
pressure) | |
|
This is the set accessor for the pressure within the tile.
- Parameters
-
pressure | An integer value for the tube pressure within the tile. |
Implements YATS.api.ITubeConnectable.
void YATS.tile.TileExtractor.updateEntity |
( |
) | |
|
boolean YATS.tile.TileExtractor.isBusy |
The documentation for this class was generated from the following file:
- C:/Users/LazDude/Downloads/MinecraftModding/YATS/forge/mcp/src/minecraft/YATS/tile/TileExtractor.java