类 SuperLeadRopeEvent.RemoveLeash

java.lang.Object
net.minecraftforge.eventbus.api.Event
top.r3944realms.superleadrope.api.event.SuperLeadRopeEvent
top.r3944realms.superleadrope.api.event.SuperLeadRopeEvent.RemoveLeash
所有已实现的接口:
net.minecraftforge.fml.event.IModBusEvent
封闭类:
SuperLeadRopeEvent

public static class SuperLeadRopeEvent.RemoveLeash extends SuperLeadRopeEvent
The type Remove leash.
  • 构造器详细资料

    • RemoveLeash

      public RemoveLeash(net.minecraft.world.entity.Entity leashedEntity, UUID holderEntity)
      Instantiates a new Remove leash.
      参数:
      leashedEntity - the leashed entity
      holderEntity - the holder entity
    • RemoveLeash

      public RemoveLeash(net.minecraft.world.entity.Entity leashedEntity, net.minecraft.core.BlockPos holderKnot)
      Instantiates a new Remove leash.
      参数:
      leashedEntity - the leashed entity
      holderKnot - the holder knot
  • 方法详细资料

    • getLeashHolder

      public LeashHolder getLeashHolder()
      Gets leash holder.
      返回:
      the leash holder