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 MixinTeleportget()booleanvoidteleport(Object teleporteeObject, MixinTeleport.TeleportCallback callback, int delaySeconds) voidteleport(Object teleporteeObject, MixinTeleport.TeleportCallback callback, VersionedComponent desc, int delaySeconds) voidteleport(Object teleportee, Destination destination) voidteleport(Object teleporteeObject, Destination destination, int delaySeconds) voidteleport(Object teleportee, Destination destination, Permissible delayPermissible) voidteleportInternal(Object teleporteeObject, @Nullable Destination destination, @Nullable MixinTeleport.TeleportCallback callback, @Nullable VersionedComponent desc, int delaySeconds) static voidteleportPlayer(@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, setupMethods 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, VersionedComponent desc, int delaySeconds) throws KamiCommonException - Throws:
KamiCommonException
-
teleportInternal
public void teleportInternal(Object teleporteeObject, @Nullable @Nullable Destination destination, @Nullable @Nullable MixinTeleport.TeleportCallback callback, @Nullable @Nullable VersionedComponent desc, int delaySeconds) throws KamiCommonException - Throws:
KamiCommonException
-