craftbukkit/src/main/java
Travis Watkins 8590492680 Add delay to hopper even if it doesn't do anything. Fixes BUKKIT-4061
If a hopper is unable to perform any action during a tick it attempts to do
so every tick from then on. Once it is able to do so it then sets a delay
before attempting to do something again. To avoid excessive CPU usage for
hoppers sitting idle we now apply this delay regardless of the success of
the action.
2013-04-13 00:36:35 -05:00
..
jline Use jansi's Windows support for terminal colors. 2012-05-23 15:32:42 -05:00
net/minecraft/server Add delay to hopper even if it doesn't do anything. Fixes BUKKIT-4061 2013-04-13 00:36:35 -05:00
org/bukkit/craftbukkit Check connection status before setting scoreboard. Fixes BUKKIT-4064 2013-04-12 21:31:24 -05:00