Class MixinTeleport
java.lang.Object
com.kamikazejam.kamicommon.util.engine.Engine
com.kamikazejam.kamicommon.util.mixin.Mixin
com.kamikazejam.kamicommon.util.mixin.MixinTeleport
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.kamikazejam.kamicommon.util.engine.Engine
STARTING_WITH_FAKE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MixinTeleport
get()
boolean
void
teleport
(Object teleporteeObject, MixinTeleport.TeleportCallback callback, int delaySeconds) void
teleport
(Object teleporteeObject, MixinTeleport.TeleportCallback callback, String desc, int delaySeconds) void
teleport
(Object teleportee, Destination destination) void
teleport
(Object teleporteeObject, Destination destination, int delaySeconds) void
teleport
(Object teleportee, Destination destination, Permissible delayPermissible) void
teleportInternal
(Object teleporteeObject, @Nullable Destination destination, @Nullable MixinTeleport.TeleportCallback callback, @Nullable String desc, int delaySeconds) static void
teleportPlayer
(@NotNull Player player, @NotNull PS ps) Methods inherited from class com.kamikazejam.kamicommon.util.mixin.Mixin
createName, getDefault, getInstance, isAvailable, isAvailableDefault, isDefault, notImplemented, provoke, require, setActive, setActiveVerbose, setAlternatives, setAlternatives, setAvailableDefault, setBaseName, setInstance, setName, setup
Methods inherited from class com.kamikazejam.kamicommon.util.engine.Engine
getActivePlugin, getTaskId, hasKamiPlugin, isActive, isFake, isOffHand, run, setActive, setActiveInner, setActiveListener, setActivePlugin, setActiveTask, setKamiPlugin, setPluginSoft
-
Constructor Details
-
MixinTeleport
public MixinTeleport()
-
-
Method Details
-
get
-
isCausedByMixin
-
teleport
- Throws:
KamiCommonException
-
teleport
public void teleport(Object teleportee, Destination destination, Permissible delayPermissible) throws KamiCommonException - Throws:
KamiCommonException
-
teleportPlayer
public static void teleportPlayer(@NotNull @NotNull Player player, @NotNull @NotNull PS ps) throws KamiCommonException - Throws:
KamiCommonException
-
teleport
public void teleport(Object teleporteeObject, Destination destination, int delaySeconds) throws KamiCommonException - Throws:
KamiCommonException
-
teleport
public void teleport(Object teleporteeObject, MixinTeleport.TeleportCallback callback, int delaySeconds) throws KamiCommonException - Throws:
KamiCommonException
-
teleport
public void teleport(Object teleporteeObject, MixinTeleport.TeleportCallback callback, String desc, int delaySeconds) throws KamiCommonException - Throws:
KamiCommonException
-
teleportInternal
public void teleportInternal(Object teleporteeObject, @Nullable @Nullable Destination destination, @Nullable @Nullable MixinTeleport.TeleportCallback callback, @Nullable @Nullable String desc, int delaySeconds) throws KamiCommonException - Throws:
KamiCommonException
-