Class RedisPlayersOnlineSupplier

  • All Implemented Interfaces:
    java.util.function.IntSupplier

    public class RedisPlayersOnlineSupplier
    extends java.lang.Object
    implements java.util.function.IntSupplier
    Players online supplier when using RedisBungee.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getAsInt()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RedisPlayersOnlineSupplier

        public RedisPlayersOnlineSupplier()
    • Method Detail

      • getAsInt

        public int getAsInt()
        Specified by:
        getAsInt in interface java.util.function.IntSupplier