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