类 LeashStateInnerAPI.Sync

java.lang.Object
top.r3944realms.superleadrope.util.capability.LeashStateInnerAPI.Sync
封闭类:
LeashStateInnerAPI

public static final class LeashStateInnerAPI.Sync extends Object
The type Sync.
  • 方法概要

    修饰符和类型
    方法
    说明
    static void
    check(net.minecraft.world.entity.Entity entity)
    Check.
    static void
    immediate(net.minecraft.world.entity.Entity entity)
    Immediate.
    static void
    mark(net.minecraft.world.entity.Entity entity)
    Mark.

    从类继承的方法 java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 方法详细资料

    • mark

      public static void mark(net.minecraft.world.entity.Entity entity)
      Mark.
      参数:
      entity - the entity
    • immediate

      public static void immediate(net.minecraft.world.entity.Entity entity)
      Immediate.
      参数:
      entity - the entity
    • check

      public static void check(net.minecraft.world.entity.Entity entity)
      Check.
      参数:
      entity - the entity