类 LeashDataInnerAPI.TransferOperations

java.lang.Object
top.r3944realms.superleadrope.util.capability.LeashDataInnerAPI.TransferOperations
封闭类:
LeashDataInnerAPI

public static final class LeashDataInnerAPI.TransferOperations extends Object
The type Transfer operations.
  • 方法概要

    修饰符和类型
    方法
    说明
    static boolean
    transfer(net.minecraft.world.entity.Entity entity, UUID holderUUID, net.minecraft.world.entity.Entity newHolder)
    Transfer boolean.
    static boolean
    transfer(net.minecraft.world.entity.Entity entity, UUID holderUUID, net.minecraft.world.entity.Entity newHolder, @Nullable String reserved)
    Transfer boolean.
    static boolean
    transfer(net.minecraft.world.entity.Entity entity, net.minecraft.core.BlockPos knotPos, net.minecraft.world.entity.Entity newHolder)
    Transfer boolean.
    static boolean
    transfer(net.minecraft.world.entity.Entity entity, net.minecraft.core.BlockPos knotPos, net.minecraft.world.entity.Entity newHolder, @Nullable String reserved)
    Transfer boolean.
    static boolean
    transfer(net.minecraft.world.entity.Entity entity, net.minecraft.world.entity.Entity holder, net.minecraft.world.entity.Entity newHolder)
    Transfer boolean.
    static boolean
    transfer(net.minecraft.world.entity.Entity entity, net.minecraft.world.entity.Entity holder, net.minecraft.world.entity.Entity newHolder, @Nullable String reserved)
    Transfer boolean.

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

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

    • transfer

      public static boolean transfer(net.minecraft.world.entity.Entity entity, net.minecraft.world.entity.Entity holder, net.minecraft.world.entity.Entity newHolder)
      Transfer boolean.
      参数:
      entity - the entity
      holder - the holder
      newHolder - the new holder
      返回:
      the boolean
    • transfer

      public static boolean transfer(net.minecraft.world.entity.Entity entity, net.minecraft.world.entity.Entity holder, net.minecraft.world.entity.Entity newHolder, @Nullable @Nullable String reserved)
      Transfer boolean.
      参数:
      entity - the entity
      holder - the holder
      newHolder - the new holder
      reserved - the reserved
      返回:
      the boolean
    • transfer

      public static boolean transfer(net.minecraft.world.entity.Entity entity, UUID holderUUID, net.minecraft.world.entity.Entity newHolder)
      Transfer boolean.
      参数:
      entity - the entity
      holderUUID - the holder uuid
      newHolder - the new holder
      返回:
      the boolean
    • transfer

      public static boolean transfer(net.minecraft.world.entity.Entity entity, UUID holderUUID, net.minecraft.world.entity.Entity newHolder, @Nullable @Nullable String reserved)
      Transfer boolean.
      参数:
      entity - the entity
      holderUUID - the holder uuid
      newHolder - the new holder
      reserved - the reserved
      返回:
      the boolean
    • transfer

      public static boolean transfer(net.minecraft.world.entity.Entity entity, net.minecraft.core.BlockPos knotPos, net.minecraft.world.entity.Entity newHolder)
      Transfer boolean.
      参数:
      entity - the entity
      knotPos - the knot pos
      newHolder - the new holder
      返回:
      the boolean
    • transfer

      public static boolean transfer(net.minecraft.world.entity.Entity entity, net.minecraft.core.BlockPos knotPos, net.minecraft.world.entity.Entity newHolder, @Nullable @Nullable String reserved)
      Transfer boolean.
      参数:
      entity - the entity
      knotPos - the knot pos
      newHolder - the new holder
      reserved - the reserved
      返回:
      the boolean