Package games.stendhal.client.entity
Class ImageEventProperty
java.lang.Object
games.stendhal.client.entity.ImageEventProperty
A property for image events. Entities have no place to store the image name
(and can not have either, as many events at a time are possible), so we need
a way to carry the data to the entity view.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the image name the event handler should use.
-
Constructor Details
-
ImageEventProperty
Create a new ImageEventProperty.- Parameters:
image
- image name
-
-
Method Details
-
getImageName
Get the image name the event handler should use.- Returns:
- image name
-