类 WayStoneCompat
java.lang.Object
top.r3944realms.superleadrope.compat.WayStoneCompat
The type Way stone compat.
-
嵌套类概要
嵌套类 -
字段概要
字段修饰符和类型字段说明static final booleanThe constant isModLoaded.static final Map<UUID,Set<com.ibm.icu.impl.Pair<net.minecraft.world.entity.Entity, WayStoneCompat.OriginalState>>> The constant tempLeashMap.The constant uuidMap. -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static voidinit()Init.static voidonWayStoneTeleport$Post(@NotNull net.blay09.mods.waystones.api.WaystoneTeleportEvent.Post event) On way stone teleport post.static voidonWayStoneTeleport$Pre(@NotNull net.blay09.mods.waystones.api.WaystoneTeleportEvent.Pre event) On way stone teleport pre.
-
字段详细资料
-
isModLoaded
public static final boolean isModLoadedThe constant isModLoaded. -
tempLeashMap
public static final Map<UUID,Set<com.ibm.icu.impl.Pair<net.minecraft.world.entity.Entity, tempLeashMapWayStoneCompat.OriginalState>>> The constant tempLeashMap. -
uuidMap
The constant uuidMap.
-
-
构造器详细资料
-
WayStoneCompat
public WayStoneCompat()
-
-
方法详细资料
-
init
public static void init()Init. -
onWayStoneTeleport$Pre
public static void onWayStoneTeleport$Pre(@NotNull net.blay09.mods.waystones.api.WaystoneTeleportEvent.Pre event) On way stone teleport pre.- 参数:
event- the event
-
onWayStoneTeleport$Post
public static void onWayStoneTeleport$Post(@NotNull net.blay09.mods.waystones.api.WaystoneTeleportEvent.Post event) On way stone teleport post.- 参数:
event- the event
-