MCPcopy Index your code
hub / github.com/Solara-Development/Neptune / ITime

Interface ITime

API/src/main/java/dev/lrxh/api/utils/ITime.java:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package dev.lrxh.api.utils;
2
3public interface ITime {
4 String formatTime();
5
6 String formatSecondsMillis();
7}

Callers 3

getPlaceholdersMethod · 0.65
parseMethod · 0.65
onPressurePlateMethod · 0.65

Implementers 1

TimePlugin/src/main/java/dev/lrxh/neptune/

Calls

no outgoing calls

Tested by

no test coverage detected