Uses of Class
dev.twilite.client.plugins.TickResult
Packages that use TickResult
-
Uses of TickResult in dev.twilite.client.plugins
Methods in dev.twilite.client.plugins that return TickResultModifier and TypeMethodDescriptionstatic TickResultTickResult.next()Runs the plugin again on the next server tick.static TickResultTickResult.wait(int ticks) Waits the given number of server ticks before running the plugin again.static TickResultTickResult.waitUntil(BooleanSupplier condition, int timeout) Waits until the supplied condition is true or the timeout elapses.static TickResultTickResult.waitUntil(BooleanSupplier condition, BooleanSupplier reset, int timeout) Waits until the supplied condition is true or the timeout elapses, resetting the timeout whenever the reset condition is true.