public final class BWEM extends Object
setFailOnError(boolean)
to `false`.
These errors will then be outputted to `System.err`, but this can also be changed
with setFailOutputStream(java.io.OutputStream)
(if you set it to `null` the errors will be completely ignored).Modifier and Type | Method and Description |
---|---|
BWMap |
getMap()
Returns the root internal data container.
|
void |
initialize()
Initializes and pre-computes all of the internal data.
|
void |
setFailOnError(boolean failOnError) |
void |
setFailOutputStream(OutputStream outputStream) |
public BWEM(Game game)
public BWMap getMap()
public void initialize()
public void setFailOnError(boolean failOnError)
public void setFailOutputStream(OutputStream outputStream)
Copyright © 2022. All rights reserved.