| Package | Description |
|---|---|
| me.lucko.scriptcontroller.bindings |
| Modifier and Type | Method and Description |
|---|---|
BindingsBuilder |
BindingsBuilder.apply(Consumer<Bindings> action)
Applies an action to this builder
|
BindingsBuilder |
BindingsBuilder.put(String name,
Object object)
Adds a binding to the builder
|
static BindingsBuilder |
BindingsBuilder.wrap(Bindings bindings)
Creates a new
BindingsBuilder |
| Modifier and Type | Method and Description |
|---|---|
void |
BindingsSupplier.supplyBindings(Script script,
BindingsBuilder accumulator)
Supplies this suppliers bindings for the given script.
|
Copyright © 2018. All rights reserved.