Archiviert
13
0
Dieses Repository wurde am 2024-12-25 archiviert. Du kannst Dateien ansehen und es klonen, aber nicht pushen oder Issues/Pull-Requests öffnen.
Paper-Old/src
Roger Baumgartner 2e7f66787d Return correct hasLineOfSight value for players. Fixes BUKKIT-4634
Prior to this change when a plugin called Player.hasLineOfSite() the
method would always return false because EntityHuman does not extend
EntityInsentient. This commit changes that by explicitly checking for
line of sight between two entities and returning that value.
2013-08-26 08:43:51 -06:00
..
main Return correct hasLineOfSight value for players. Fixes BUKKIT-4634 2013-08-26 08:43:51 -06:00
test/java/org/bukkit Make ItemFactoryTest.java platform agnostic. Fixes BUKKIT-4695 2013-08-14 02:37:24 -05:00