Skip to content

Instantly share code, notes, and snippets.

@PTOM76
Created January 17, 2023 14:49
Show Gist options
  • Save PTOM76/670e53ab1013eb822050f03b7df5dc1a to your computer and use it in GitHub Desktop.
Save PTOM76/670e53ab1013eb822050f03b7df5dc1a to your computer and use it in GitHub Desktop.
package com.github.ptom76.tutorialfabricmod.timer;
import java.util.function.Supplier;
public interface StuffTimerAccess {
void tutorialFabricMod_addTimer(long ticksUntilSomething, Supplier<Boolean> supplier);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment