We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e971a2 commit 04bef2cCopy full SHA for 04bef2c
src/main/java/bwta/BWTA.java
@@ -22,6 +22,14 @@ public class BWTA {
22
private static List<Chokepoint> chokepoints;
23
private static List<BaseLocation> baseLocations;
24
25
+ /**
26
+ * Exposes the BWEM instance.
27
+ * You might want this even if using the BWTA interface: for example, if using JBWEB, which requires access to BWEM.
28
+ */
29
+ public static BWEM getBWEM() {
30
+ return bwem;
31
+ }
32
+
33
/**
34
* Extension to traditional BWTA interface for JBWAPI
35
* Exposes BWEM's setFailOnError(boolean) method for aggressively asserting errors.
0 commit comments