Package net.minecraft.command
Interface ITimerCallback<T>
-
- All Known Implementing Classes:
TimedFunction
,TimedFunctionTag
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface ITimerCallback<T>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ITimerCallback.Serializer<T,C extends ITimerCallback<T>>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handle(T p_212869_1_, TimerCallbackManager<T> p_212869_2_, long p_212869_3_)
-
-
-
Method Detail
-
handle
void handle(T p_212869_1_, TimerCallbackManager<T> p_212869_2_, long p_212869_3_)
-
-