ref previous commit
This commit is contained in:
parent
9d187ec8ed
commit
833d815fd2
|
@ -29,4 +29,8 @@ public enum GlowWireConnection implements StringIdentifiable{
|
|||
public boolean isConnected() {
|
||||
return this != NONE && this != BROKE;
|
||||
}
|
||||
|
||||
public boolean isConnectedUp(){
|
||||
return this == UP;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue