类 LeashStateInnerAPI.Offset

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

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

    修饰符和类型
    方法
    说明
    static void
    addApplyEntity(net.minecraft.world.entity.Entity entity, net.minecraft.world.phys.Vec3 offset)
    Add apply entity.
    static void
    addHolderTo(net.minecraft.world.entity.Entity entity, UUID holderUUID, net.minecraft.world.phys.Vec3 offset)
    Add holder to.
    static void
    addHolderTo(net.minecraft.world.entity.Entity entity, net.minecraft.core.BlockPos knotPos, net.minecraft.world.phys.Vec3 offset)
    Add holder to.
    static void
    addHolderTo(net.minecraft.world.entity.Entity entity, net.minecraft.world.entity.Entity holder, net.minecraft.world.phys.Vec3 offset)
    Add holder to.
    static Optional<net.minecraft.world.phys.Vec3>
    getApplyEntityOffset(net.minecraft.world.entity.Entity entity)
    Gets apply entity offset.
    static net.minecraft.world.phys.Vec3
    getDefaultApplyEntityOffset(net.minecraft.world.entity.Entity entity)
    Gets default apply entity offset.
    static void
    removeAllHolderBlockPoses(net.minecraft.world.entity.Entity entity)
    Remove all holder block poses.
    static void
    removeAllHolderUUIDs(net.minecraft.world.entity.Entity entity)
    Remove all holder uui ds.
    static void
    removeApplyEntity(net.minecraft.world.entity.Entity entity)
    Remove apply entity.
    static void
    removeHolderAll(net.minecraft.world.entity.Entity entity)
    Remove holder all.
    static void
    removeHolderFor(net.minecraft.world.entity.Entity entity, UUID holderUUID)
    Remove holder for.
    static void
    removeHolderFor(net.minecraft.world.entity.Entity entity, net.minecraft.core.BlockPos knotPos)
    Remove holder for.
    static void
    removeHolderFor(net.minecraft.world.entity.Entity entity, net.minecraft.world.entity.Entity holder)
    Remove holder for.
    static void
    resetAllHolder(net.minecraft.world.entity.Entity entity)
    Reset all holder.
    static void
    resetApplyEntityAll(net.minecraft.world.entity.Entity entity)
    Reset apply entity all.
    static void
    resetHolderFor(net.minecraft.world.entity.Entity entity, UUID holderUUID)
    Reset holder for.
    static void
    resetHolderFor(net.minecraft.world.entity.Entity entity, net.minecraft.core.BlockPos knotPos)
    Reset holder for.
    static void
    resetHolderFor(net.minecraft.world.entity.Entity entity, net.minecraft.world.entity.Entity holder)
    Reset holder for.
    static void
    setApplyEntity(net.minecraft.world.entity.Entity entity, net.minecraft.world.phys.Vec3 offset)
    Sets apply entity.
    static void
    setHolderFor(net.minecraft.world.entity.Entity entity, UUID holderUUID)
    Sets holder for.
    static void
    setHolderFor(net.minecraft.world.entity.Entity entity, UUID holderUUID, net.minecraft.world.phys.Vec3 offset)
    Sets holder for.
    static void
    setHolderFor(net.minecraft.world.entity.Entity entity, net.minecraft.core.BlockPos knotPos)
    Sets holder for.
    static void
    setHolderFor(net.minecraft.world.entity.Entity entity, net.minecraft.core.BlockPos knotPos, net.minecraft.world.phys.Vec3 offset)
    Sets holder for.
    static void
    setHolderFor(net.minecraft.world.entity.Entity entity, net.minecraft.world.entity.Entity holder)
    Sets holder for.
    static void
    setHolderFor(net.minecraft.world.entity.Entity entity, net.minecraft.world.entity.Entity holder, net.minecraft.world.phys.Vec3 offset)
    Sets holder for.

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

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

    • resetAllHolder

      public static void resetAllHolder(net.minecraft.world.entity.Entity entity)
      Reset all holder.
      参数:
      entity - the entity
    • resetHolderFor

      public static void resetHolderFor(net.minecraft.world.entity.Entity entity, net.minecraft.world.entity.Entity holder)
      Reset holder for.
      参数:
      entity - the entity
      holder - the holder
    • resetHolderFor

      public static void resetHolderFor(net.minecraft.world.entity.Entity entity, UUID holderUUID)
      Reset holder for.
      参数:
      entity - the entity
      holderUUID - the holder uuid
    • resetHolderFor

      public static void resetHolderFor(net.minecraft.world.entity.Entity entity, net.minecraft.core.BlockPos knotPos)
      Reset holder for.
      参数:
      entity - the entity
      knotPos - the knot pos
    • setHolderFor

      public static void setHolderFor(net.minecraft.world.entity.Entity entity, net.minecraft.world.entity.Entity holder, net.minecraft.world.phys.Vec3 offset)
      Sets holder for.
      参数:
      entity - the entity
      holder - the holder
      offset - the offset
    • setHolderFor

      public static void setHolderFor(net.minecraft.world.entity.Entity entity, UUID holderUUID, net.minecraft.world.phys.Vec3 offset)
      Sets holder for.
      参数:
      entity - the entity
      holderUUID - the holder uuid
      offset - the offset
    • setHolderFor

      public static void setHolderFor(net.minecraft.world.entity.Entity entity, net.minecraft.core.BlockPos knotPos, net.minecraft.world.phys.Vec3 offset)
      Sets holder for.
      参数:
      entity - the entity
      knotPos - the knot pos
      offset - the offset
    • setHolderFor

      public static void setHolderFor(net.minecraft.world.entity.Entity entity, net.minecraft.core.BlockPos knotPos)
      Sets holder for.
      参数:
      entity - the entity
      knotPos - the knot pos
    • setHolderFor

      public static void setHolderFor(net.minecraft.world.entity.Entity entity, net.minecraft.world.entity.Entity holder)
      Sets holder for.
      参数:
      entity - the entity
      holder - the holder
    • setHolderFor

      public static void setHolderFor(net.minecraft.world.entity.Entity entity, UUID holderUUID)
      Sets holder for.
      参数:
      entity - the entity
      holderUUID - the holder uuid
    • addHolderTo

      public static void addHolderTo(net.minecraft.world.entity.Entity entity, net.minecraft.world.entity.Entity holder, net.minecraft.world.phys.Vec3 offset)
      Add holder to.
      参数:
      entity - the entity
      holder - the holder
      offset - the offset
    • addHolderTo

      public static void addHolderTo(net.minecraft.world.entity.Entity entity, UUID holderUUID, net.minecraft.world.phys.Vec3 offset)
      Add holder to.
      参数:
      entity - the entity
      holderUUID - the holder uuid
      offset - the offset
    • addHolderTo

      public static void addHolderTo(net.minecraft.world.entity.Entity entity, net.minecraft.core.BlockPos knotPos, net.minecraft.world.phys.Vec3 offset)
      Add holder to.
      参数:
      entity - the entity
      knotPos - the knot pos
      offset - the offset
    • removeHolderFor

      public static void removeHolderFor(net.minecraft.world.entity.Entity entity, net.minecraft.world.entity.Entity holder)
      Remove holder for.
      参数:
      entity - the entity
      holder - the holder
    • removeHolderFor

      public static void removeHolderFor(net.minecraft.world.entity.Entity entity, UUID holderUUID)
      Remove holder for.
      参数:
      entity - the entity
      holderUUID - the holder uuid
    • removeHolderFor

      public static void removeHolderFor(net.minecraft.world.entity.Entity entity, net.minecraft.core.BlockPos knotPos)
      Remove holder for.
      参数:
      entity - the entity
      knotPos - the knot pos
    • removeHolderAll

      public static void removeHolderAll(net.minecraft.world.entity.Entity entity)
      Remove holder all.
      参数:
      entity - the entity
    • removeAllHolderUUIDs

      public static void removeAllHolderUUIDs(net.minecraft.world.entity.Entity entity)
      Remove all holder uui ds.
      参数:
      entity - the entity
    • removeAllHolderBlockPoses

      public static void removeAllHolderBlockPoses(net.minecraft.world.entity.Entity entity)
      Remove all holder block poses.
      参数:
      entity - the entity
    • getApplyEntityOffset

      public static Optional<net.minecraft.world.phys.Vec3> getApplyEntityOffset(net.minecraft.world.entity.Entity entity)
      Gets apply entity offset.
      参数:
      entity - the entity
      返回:
      the apply entity offset
    • getDefaultApplyEntityOffset

      public static net.minecraft.world.phys.Vec3 getDefaultApplyEntityOffset(net.minecraft.world.entity.Entity entity)
      Gets default apply entity offset.
      参数:
      entity - the entity
      返回:
      the default apply entity offset
    • resetApplyEntityAll

      public static void resetApplyEntityAll(net.minecraft.world.entity.Entity entity)
      Reset apply entity all.
      参数:
      entity - the entity
    • removeApplyEntity

      public static void removeApplyEntity(net.minecraft.world.entity.Entity entity)
      Remove apply entity.
      参数:
      entity - the entity
    • setApplyEntity

      public static void setApplyEntity(net.minecraft.world.entity.Entity entity, net.minecraft.world.phys.Vec3 offset)
      Sets apply entity.
      参数:
      entity - the entity
      offset - the offset
    • addApplyEntity

      public static void addApplyEntity(net.minecraft.world.entity.Entity entity, net.minecraft.world.phys.Vec3 offset)
      Add apply entity.
      参数:
      entity - the entity
      offset - the offset