Uses of Interface
me.lucko.scriptcontroller.bindings.BindingsBuilder
-
Packages that use BindingsBuilder Package Description me.lucko.scriptcontroller.bindings -
-
Uses of BindingsBuilder in me.lucko.scriptcontroller.bindings
Methods in me.lucko.scriptcontroller.bindings that return BindingsBuilder Modifier and Type Method Description BindingsBuilderBindingsBuilder. apply(Consumer<Bindings> action)Applies an action to this builderBindingsBuilderBindingsBuilder. put(String name, Object object)Adds a binding to the builderstatic BindingsBuilderBindingsBuilder. wrap(Bindings bindings)Creates a newBindingsBuilderMethods in me.lucko.scriptcontroller.bindings with parameters of type BindingsBuilder Modifier and Type Method Description voidBindingsSupplier. supplyBindings(Script script, BindingsBuilder accumulator)Supplies this suppliers bindings for the given script.
-