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
li.cil.oc.api.internal
Interface Tiered
All Known Subinterfaces:
Case
,
Drone
,
Microcontroller
,
Robot
,
Server
public interface
Tiered
This is implemented by most things that are tiered in some way.
For example, this is implemented by screens, computer cases, robots and drones as well as microcontrollers. If you want you can add tier specific behavior this way.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
int
tier
()
The zero-based tier of this...
Method Detail
tier
int tier()
The zero-based tier of this... thing.
For example, a tier one screen will return 0 here, a tier three screen will return 2.
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