Package dev.lapis256.apprep.common.logic
Object PendingTask.Companion
-
- All Implemented Interfaces:
public class PendingTask.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final Codec<KeyCounter>INPUT_CODECprivate final Codec<PendingTask>CODECpublic final static PendingTask.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final Codec<KeyCounter>getINPUT_CODEC()final Codec<PendingTask>getCODEC()-
-
Method Detail
-
getINPUT_CODEC
final Codec<KeyCounter> getINPUT_CODEC()
-
getCODEC
final Codec<PendingTask> getCODEC()
-
-
-
-