| Package | Description |
|---|---|
| me.lucko.scriptcontroller.exports |
| Modifier and Type | Method and 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 export
|
Export<T> |
Export.put(T value)
Sets the value of the export
|
Export<T> |
Export.putIfAbsent(T value)
Sets the value of the export if a value isn't already present,
then returns the export
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Export<?>> |
ExportRegistry.getAll()
Returns a collection of all known exports.
|
Copyright © 2018. All rights reserved.