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