Class DewDropElement
java.lang.Object
gameelement.element.BaseElement
gameelement.element.DewDropElement
Dew Drop ingredient used in potion recipes.
-
Field Summary
Fields inherited from class BaseElement
imagePath, name -
Constructor Summary
ConstructorsConstructorDescriptionCreates a Dew Drop element with its default name and image. -
Method Summary
Methods inherited from class BaseElement
getImagePath, getName
-
Constructor Details
-
DewDropElement
public DewDropElement()Creates a Dew Drop element with its default name and image.
-