类 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
The type Remove leash.
-
嵌套类概要
从类继承的嵌套类/接口 top.r3944realms.superleadrope.api.event.SuperLeadRopeEvent
SuperLeadRopeEvent.AddLeash, SuperLeadRopeEvent.hasFocus, SuperLeadRopeEvent.keepNotBreakTick, SuperLeadRopeEvent.ModifyValue<T>, SuperLeadRopeEvent.RemoveLeash, SuperLeadRopeEvent.teleportWithHolder, SuperLeadRopeEvent.TransferLeash从类继承的嵌套类/接口 net.minecraftforge.eventbus.api.Event
net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result -
构造器概要
构造器构造器说明RemoveLeash(net.minecraft.world.entity.Entity leashedEntity, UUID holderEntity) Instantiates a new Remove leash.RemoveLeash(net.minecraft.world.entity.Entity leashedEntity, net.minecraft.core.BlockPos holderKnot) Instantiates a new Remove leash. -
方法概要
从类继承的方法 top.r3944realms.superleadrope.api.event.SuperLeadRopeEvent
getLeashedEntity, isModified, markModified从类继承的方法 net.minecraftforge.eventbus.api.Event
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
-
构造器详细资料
-
RemoveLeash
Instantiates a new Remove leash.- 参数:
leashedEntity- the leashed entityholderEntity- 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 entityholderKnot- the holder knot
-
-
方法详细资料
-
getLeashHolder
Gets leash holder.- 返回:
- the leash holder
-