12public final class BuildingBinding
extends Building
14 private final NativeObject nativeObject;
16 BuildingBinding(NativeObject nativeObject)
18 this.nativeObject = nativeObject;
29 return native_getSublocations();
31 private native ArrayList<Sublocation> native_getSublocations();
36 return native_getActiveSublocationId();
38 private native
int native_getActiveSublocationId();
43 native_setActiveSublocationId(activeSublocationId);
45 private native
void native_setActiveSublocationId(
int activeSublocationId);