Uses of Interface
me.lucko.scriptcontroller.exports.Export
-
Packages that use Export Package Description me.lucko.scriptcontroller.exports -
-
Uses of Export in me.lucko.scriptcontroller.exports
Methods in me.lucko.scriptcontroller.exports that return Export Modifier and Type Method Description Export<T>Export. computeIfAbsent(Supplier<? extends T> other)Uses the provided function to compute a value if one isn't already present.<T> Export<T>ExportRegistry. get(String name)Gets an exportExport<T>Export. put(T value)Sets the value of the exportExport<T>Export. putIfAbsent(T value)Sets the value of the export if a value isn't already present, then returns the exportMethods in me.lucko.scriptcontroller.exports that return types with arguments of type Export Modifier and Type Method Description Collection<Export<?>>ExportRegistry. getAll()Returns a collection of all known exports.
-