forked from SteamWar/SteamWar
Fix formatiing
This commit is contained in:
@@ -41,10 +41,13 @@ public class AutoChecker {
|
||||
.type(type)
|
||||
.height(clipboard.getDimensions().y())
|
||||
.width(clipboard.getDimensions().x())
|
||||
.depth(clipboard.getDimensions().z()).blockScanResult(scan(clipboard, type))
|
||||
.entities(clipboard.getEntities().stream().map(Entity::getLocation)
|
||||
.map(blockVector3 -> new BlockPos(blockVector3.getBlockX(), blockVector3.getBlockY(), blockVector3.getBlockZ()))
|
||||
.collect(Collectors.toList()))
|
||||
.depth(clipboard.getDimensions().z())
|
||||
.blockScanResult(scan(clipboard, type))
|
||||
.entities(
|
||||
clipboard.getEntities().stream()
|
||||
.map(Entity::getLocation)
|
||||
.map(blockVector3 -> new BlockPos(blockVector3.getBlockX(), blockVector3.getBlockY(), blockVector3.getBlockZ()))
|
||||
.collect(Collectors.toList()))
|
||||
.build();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user