类 LeashDataInnerAPI.ManagementOperations
java.lang.Object
top.r3944realms.superleadrope.util.capability.LeashDataInnerAPI.ManagementOperations
- 封闭类:
- LeashDataInnerAPI
The type Management operations.
-
方法概要
修饰符和类型方法说明static voidcheckSync(net.minecraft.world.entity.Entity entity) Check sync.static voidimmediateSync(net.minecraft.world.entity.Entity entity) Immediate sync.static voidmarkForSync(net.minecraft.world.entity.Entity entity) Mark for sync.occupyLeash(net.minecraft.world.entity.Entity entity) Occupy leash optional.
-
方法详细资料
-
occupyLeash
Occupy leash optional.- 参数:
entity- the entity- 返回:
- the optional
-
markForSync
public static void markForSync(net.minecraft.world.entity.Entity entity) Mark for sync.- 参数:
entity- the entity
-
immediateSync
public static void immediateSync(net.minecraft.world.entity.Entity entity) Immediate sync.- 参数:
entity- the entity
-
checkSync
public static void checkSync(net.minecraft.world.entity.Entity entity) Check sync.- 参数:
entity- the entity
-