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.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
ITimerCallback.Serializer<T,
C extends ITimerCallback<T>> -
Method Summary
Modifier and TypeMethodDescriptionvoid
handle
(T p_212869_1_, TimerCallbackManager<T> p_212869_2_, long p_212869_3_)
-
Method Details
-
handle
-