Class DefaultIdItemEntry
java.lang.Object
org.rspeer.game.config.item.entry.impl.DefaultItemEntry
org.rspeer.game.config.item.entry.impl.DefaultIdItemEntry
- All Implemented Interfaces:
Serializable, Cloneable, IdItemEntry, ItemEntry
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultIdItemEntry(String key, int[] ids, int minimumQuantity, int quantity, boolean stackable, boolean noted, RestockMeta restockMeta, boolean optional, Equipment.Slot equipmentSlot) -
Method Summary
Modifier and TypeMethodDescriptionclone()clone(RestockMeta restockMeta) int[]getIds()voidsetIds(int[] ids) Methods inherited from class DefaultItemEntry
getEquipmentSlot, getKey, getMinimumQuantity, getQuantity, getRestockMeta, getSetup, interchange, isNoted, isOptional, isStackable, setSetupMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IdItemEntry
contained, getContainedMethods inherited from interface ItemEntry
contained, contained, contained, getContained, getEquipmentSlot, getKey, getMinimumQuantity, getQuantity, getRestockMeta, getSetup, interchange, isNoted, isOptional, isStackable, setSetup
-
Constructor Details
-
DefaultIdItemEntry
public DefaultIdItemEntry() -
DefaultIdItemEntry
public DefaultIdItemEntry(String key, int[] ids, int minimumQuantity, int quantity, boolean stackable, boolean noted, RestockMeta restockMeta, boolean optional, Equipment.Slot equipmentSlot)
-
-
Method Details
-
getIds
public int[] getIds()- Specified by:
getIdsin interfaceIdItemEntry
-
setIds
public void setIds(int[] ids) -
clone
- Specified by:
clonein interfaceItemEntry- Overrides:
clonein classDefaultItemEntry
-
clone
- Specified by:
clonein interfaceItemEntry- Overrides:
clonein classDefaultItemEntry
-