JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
buildcraft.api.tiles
Interface IHasWork
public interface
IHasWork
This interface should be implemented by any Tile Entity which carries out work (crafting, ore processing, mining, et cetera).
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
hasWork
()
Check if the Tile Entity is currently doing any work.
Method Detail
hasWork
boolean hasWork()
Check if the Tile Entity is currently doing any work.
Returns:
True if the Tile Entity is doing work.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method