mirror of
https://github.com/zDevelopers/ImageOnMap.git
synced 2024-11-25 11:35:35 +01:00
Repo for ImageOnMap, a bukkit plugin created to display any image using a map
80089c7bf5
* NEW: reformatted the code a little bit to make it more readable. * NEW: added Javadoc when it was missing. * NEW: changed the name of the fallback action method in `ActionGui`, from `onAction_unknown` to `unknown_action` (coherence of the methods names). * NEW: the action methods (both declared and unknown) can now take an extra argument: the triggered InventoryClickEvent. This argument is completely optional, so this will not break any code, and if the event is not needed, it can just be skipped. * NEW: renamed the setData(int, int) method to setDataShape(int, int), because this method does not actually set any data. |
||
---|---|---|
src/main | ||
.gitignore | ||
licenseheader.txt | ||
nb-configuration.xml | ||
pom.xml | ||
README.md |
ImageOnMap
Repo for ImageOnMap, a bukkit plugin