Uses of Interface
me.github.simonplays15.betterbansystem.core.warn.IWarnEntry
Packages that use IWarnEntry
-
Uses of IWarnEntry in me.github.simonplays15.betterbansystem.core.warn
Classes in me.github.simonplays15.betterbansystem.core.warn that implement IWarnEntryMethods in me.github.simonplays15.betterbansystem.core.warn that return IWarnEntryModifier and TypeMethodDescriptionstatic IWarnEntry
Finds the warning entry with the specified UUID.WarnEntry.IWarnEntryAdapter.read
(@NotNull com.google.gson.stream.JsonReader reader) Reads a JSON representation of a warning entry and converts it into an IWarnEntry object.Methods in me.github.simonplays15.betterbansystem.core.warn that return types with arguments of type IWarnEntryModifier and TypeMethodDescriptionstatic @NotNull List<IWarnEntry>
WarnEntry.getAllEntries()
Retrieves all the warning entries.Methods in me.github.simonplays15.betterbansystem.core.warn with parameters of type IWarnEntryModifier and TypeMethodDescriptionstatic void
WarnEntry.removeEntry
(@NotNull IWarnEntry entry) Removes the specified warning entry from the system.static void
WarnEntry.saveToJson
(IWarnEntry entry) Saves a WarnEntry to a JSON file.void
WarnEntry.IWarnEntryAdapter.write
(@NotNull com.google.gson.stream.JsonWriter writer, @NotNull IWarnEntry entry) Writes an IWarnEntry object to JSON using a JsonWriter.