Class ScheduledTeleport
java.lang.Object
com.kamikazejam.kamicommon.util.teleport.ScheduledTeleport
- All Implemented Interfaces:
Runnable
-
Constructor Summary
ConstructorsConstructorDescriptionScheduledTeleport
(String teleporteeId, MixinTeleport.TeleportCallback callback, @Nullable String desc, int delaySeconds) ScheduledTeleport
(String teleporteeId, @NotNull Destination destination, @Nullable String desc, int delaySeconds) -
Method Summary
-
Constructor Details
-
ScheduledTeleport
public ScheduledTeleport(String teleporteeId, @NotNull @NotNull Destination destination, @Nullable @Nullable String desc, int delaySeconds) -
ScheduledTeleport
public ScheduledTeleport(String teleporteeId, @NotNull MixinTeleport.TeleportCallback callback, @Nullable @Nullable String desc, int delaySeconds)
-
-
Method Details