summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/HandshakeListener.java
diff options
context:
space:
mode:
authorJerom van der Sar <jerom.sar@hotmail.com>2014-07-31 03:05:08 +0200
committerturt2live <travpc@gmail.com>2014-08-17 11:41:40 -0600
commit80e8f2ab8709dedc9fa491907f623d5e371f3d3f (patch)
tree4e1f0298fda52d939d7bdde832a495a985c7c0b4 /src/main/java/net/minecraft/server/HandshakeListener.java
parent3626720d537371277e05891240835b67d46d617e (diff)
downloadcraftbukkit-80e8f2ab8709dedc9fa491907f623d5e371f3d3f.tar
craftbukkit-80e8f2ab8709dedc9fa491907f623d5e371f3d3f.tar.gz
craftbukkit-80e8f2ab8709dedc9fa491907f623d5e371f3d3f.tar.lz
craftbukkit-80e8f2ab8709dedc9fa491907f623d5e371f3d3f.tar.xz
craftbukkit-80e8f2ab8709dedc9fa491907f623d5e371f3d3f.zip
Implement ability to keep items on death via plugins. Adds BUKKIT-5724
When a player dies their inventory is normally scattered over the the area in which they died. Plugins should be able to modify this behaviour by defining whether or not the player's inventory will be dropped on the ground or waiting for the player when they eventually respawn. This commit implements the methods included in the Bukkit half for the new behaviour by acting upon the boolean flag. The boolean flag is tested prior to clearing the inventory as well as prior to dropping the items on the ground. If the flag is true (indicating "keep inventory"), the items are not removed from the player's inventory and are not dropped on the ground.
Diffstat (limited to 'src/main/java/net/minecraft/server/HandshakeListener.java')
0 files changed, 0 insertions, 0 deletions