类 LeashSyncManager.State

java.lang.Object
top.r3944realms.superleadrope.core.leash.LeashSyncManager.State
封闭类:
LeashSyncManager

public static class LeashSyncManager.State extends Object
The type State.
  • 构造器详细资料

    • State

      public State()
  • 方法详细资料

    • track

      public static void track(ILeashState instance)
      Track.
      参数:
      instance - the instance
    • untrack

      public static void untrack(ILeashState instance)
      Untrack.
      参数:
      instance - the instance
    • forEach

      public static void forEach(Consumer<ILeashState> consumer)
      For each.
      参数:
      consumer - the consumer