AreaScannerAsset

public class AreaScannerAsset extends ScannerAsset

Class AreaScannerAsset. Provides areascannerasset functionality for the Hytale server.

java.lang.Object > ScannerAsset > AreaScannerAsset

Field Summary

resultCap

private int resultCap

Field resultCap.

scanShape

private AreaScanner.ScanShape scanShape

Field scanShape.

scanRange

private int scanRange

Field scanRange.

childScannerAsset

private ScannerAsset childScannerAsset

Field childScannerAsset.

Method Detail

AreaScannerAsset

public public AreaScannerAsset ()

Method AreaScannerAsset.

build

public Scanner build (@Nonnull final Argument argument)

Method build.

Parameters:
@Nonnull final Argument argument

AreaScanner

public new AreaScanner (this.resultCap, this.scanShape, this.scanRange, this.childScannerAsset.build(argument)

Method AreaScanner.

Parameters:
this.resultCap this.resultCap
this.scanShape this.scanShape
this.scanRange this.scanRange
this.childScannerAsset.build(argument this.childScannerAsset.build(argument

cleanUp

public void cleanUp ()

Method cleanUp.