jaylawl

Results 5 issues of jaylawl

### Is your feature request related to a problem? "EntitySize"/"EntityDimensions" is responsible for handling the functional server-side bounding box of an entity. The server will use this bounding box to...

type: feature
status: needs triage

### Expected behavior EntityMoveEvent fires every time an entity changes location or any of its rotations ### Observed/Actual behavior EntityMoveEvent is only firing for certain types of movement. From my...

type: bug
status: accepted

Using Stockfish 15, I am getting this exception: ```java Exception in thread "AWT-EventQueue-0" net.andreinc.neatchess.client.exception.UCIRuntimeException: net.andreinc.neatchess.client.exception.UCIRuntimeException: Cannot find best movement in engine output! at net.andreinc.neatchess.client.UCI.lambda$command$1(UCI.java:127) at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934) at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)...

I've tried for a good half hour to start stockfish using the provided startStockfish() method. I have manually added the $PATH on my windows environment. No matter what variation I...

Hello! I'm messing about with this API for a chess project. Its been great so far, mostly without issues! So thanks for providing this, first off. As for usage of...