Translations:Map Display/API/17/en: Difference between revisions
Jump to navigation
Jump to search
(Importing a new version from external source) |
(No difference)
|
Latest revision as of 12:34, 3 September 2024
Then to create an ItemStack that when given loads this display, use the following code:
ItemStack item = MapDisplay.createMapItem(MyCustomDisplay.class); ItemUtil.setDisplayName(item, "My Custom Display"); // Optional