Uses of Interface
net.tnemc.plugincore.core.paste.IPasteable
Packages that use IPasteable
Package
Description
-
Uses of IPasteable in net.tnemc.plugincore.core.config
Classes in net.tnemc.plugincore.core.config that implement IPasteable -
Uses of IPasteable in net.tnemc.plugincore.core.paste
Methods in net.tnemc.plugincore.core.paste with parameters of type IPasteableModifier and TypeMethodDescriptionIPasteClient.createMultiple
(IPasteable... pasteables) Creates multiple pastes based on the provided IPasteable objects.IPasteClient.createSingle
(IPasteable pasteable) Creates a single paste based on the provided IPasteable object. -
Uses of IPasteable in net.tnemc.plugincore.core.paste.impl
Methods in net.tnemc.plugincore.core.paste.impl with parameters of type IPasteableModifier and TypeMethodDescriptionMclogsClient.createMultiple
(IPasteable... pasteables) PasteeClient.createMultiple
(IPasteable... pasteables) MclogsClient.createSingle
(IPasteable pasteable) PasteeClient.createSingle
(IPasteable pasteable)