13
0
geforkt von Mirrors/Paper
Paper/src/main/java
mbax 4b1f6aff3f [Bleeding] Check visibility API for sounds. Fixes BUKKIT-2210
This implementation of a visibility API check for sounds
was created by adding extra methods carrying the source entity
in WorldManager and ServerConfigurationManagerAbstract and
adding a test for canSee in the SCMA sendPacketNearby method.
This approach involves no logic copying, just method addition.
I opted to cast to WorldManager as:
1) IWorldAccess is not in CraftBukkit at the moment
2) There is no other IWorldAccess implemented in CraftBukkit,
  nor is there likely to be one soon. If that day comes, easy fix.
2012-09-14 01:53:42 -04:00
..
jline Use jansi's Windows support for terminal colors. 2012-05-23 15:32:42 -05:00
net/minecraft/server [Bleeding] Check visibility API for sounds. Fixes BUKKIT-2210 2012-09-14 01:53:42 -04:00
org/bukkit/craftbukkit [Bleeding] Add autosave interval setting in bukkit.yml. Adds BUKKIT-2507 2012-09-12 22:05:52 -04:00