Uses of Interface
me.github.simonplays15.betterbansystem.core.mute.IMuteEntry
Packages that use IMuteEntry
-
Uses of IMuteEntry in me.github.simonplays15.betterbansystem.core.mute
Classes in me.github.simonplays15.betterbansystem.core.mute that implement IMuteEntryMethods in me.github.simonplays15.betterbansystem.core.mute that return IMuteEntryModifier and TypeMethodDescriptionstatic IMuteEntry
Finds an entry in the list of mute entries with the specified target UUID.static IMuteEntry
MuteHandler.findMuteEntry
(String playerName) Finds the mute entry for the given player UUID.static IMuteEntry
MuteHandler.findMuteEntry
(UUID uuid) This method finds a mute entry based on the provided UUID.MuteEntry.IMuteEntryAdapter.read
(@NotNull com.google.gson.stream.JsonReader reader) Reads the JSON representation of an IMuteEntry from a JsonReader and constructs a new IMuteEntry object.Methods in me.github.simonplays15.betterbansystem.core.mute that return types with arguments of type IMuteEntryModifier and TypeMethodDescriptionstatic @NotNull List<IMuteEntry>
MuteEntry.getAllEntries()
Retrieves a list of all mute entries.Methods in me.github.simonplays15.betterbansystem.core.mute with parameters of type IMuteEntryModifier and TypeMethodDescriptionstatic void
MuteEntry.removeEntry
(@NotNull IMuteEntry entry) Removes an entry from the system.static void
MuteEntry.saveToJson
(IMuteEntry entry) Saves an IMuteEntry object to JSON.void
MuteEntry.IMuteEntryAdapter.write
(@NotNull com.google.gson.stream.JsonWriter writer, @NotNull IMuteEntry entry) Writes the givenIMuteEntry
object to the providedJsonWriter
.