Commit Graph
5 Commits
Author SHA1 Message Date
JRoy 302525c73b Add EntityLoadCrossbowEvent 2020-10-07 12:04:17 -04:00
JRoy cbfe48b1cc Add PlayerShearBlockEvent 2020-08-27 12:32:35 -04:00
JRoy 110071a0e6 Add additional open container api to HumanEntity 2020-08-26 02:11:58 -04:00
JRoy 5b74f31a52 Potential bed API
Adds a new method to fetch the location of a player's bed without generating any sync loads.

getPotentialBedLocation - Gets the last known location of a player's bed. This does not preform any check if the bed is still valid and does not load any chunks.
2020-05-10 23:06:41 -04:00
JRoy a690b2a859 Expose MinecraftServer#isRunning
This allows for plugins to detect if the server is actually turning off in onDisable rather than just plugins reloading.
2020-04-10 21:24:35 -04:00