public class EntityFormModifierData<T extends EntityFormModifierDataPoint> extends ArrayList<T>
EntityFormModifier, along with a modifierType value
that should be used to qualify EntityFormModifier instances capable of consuming this configuration.| Modifier and Type | Field and Description |
|---|---|
protected String |
modifierType |
modCount| Constructor and Description |
|---|
EntityFormModifierData() |
EntityFormModifierData(Collection<? extends T> c) |
EntityFormModifierData(int initialCapacity) |
| Modifier and Type | Method and Description |
|---|---|
String |
getModifierType() |
void |
setModifierType(String modifierType) |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streamprotected String modifierType
public EntityFormModifierData(int initialCapacity)
public EntityFormModifierData()
public EntityFormModifierData(Collection<? extends T> c)
Copyright © 2017. All rights reserved.