public class NamedGameObjectMatcherFilterConfig extends AbstractFilterConfig<NamedGameObjectMatcherFilter,NamedGameObjectMatcherFilterConfig>
NamedGameObjectMatcherFilter
instances.Constructor and Description |
---|
NamedGameObjectMatcherFilterConfig(NamedGameObjectMatcherFilter filter)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
accept(FilterConfigVisitor visitor)
Visits the appropriate
visit() function of a FilterConfigVisitor . |
java.lang.Iterable<java.lang.String> |
getProperties() |
java.lang.String |
getProperty(java.lang.String name) |
protected NamedGameObjectMatcherFilterConfig |
getThis()
Returns this filter config.
|
void |
setProperty(java.lang.String name,
java.lang.String value) |
addConfigChangeListener, fireEvent, getFilter, isEnabled, match, removeConfigChangeListener, reset, setEnabled
public NamedGameObjectMatcherFilterConfig(@NotNull NamedGameObjectMatcherFilter filter)
filter
- the filter this filter config belongs to@NotNull protected NamedGameObjectMatcherFilterConfig getThis()
getThis
in class AbstractFilterConfig<NamedGameObjectMatcherFilter,NamedGameObjectMatcherFilterConfig>
public void setProperty(@NotNull java.lang.String name, @NotNull java.lang.String value)
@Nullable public java.lang.String getProperty(@NotNull java.lang.String name)
@NotNull public java.lang.Iterable<java.lang.String> getProperties()
public void accept(@NotNull FilterConfigVisitor visitor)
visit()
function of a FilterConfigVisitor
.visitor
- the visitor to call