All translations
Jump to navigation
Jump to search
Enter a message name below to show all available translations.
Found one translation.
Name | Current message text |
---|---|
h English (en) | Then to create an ItemStack that when given loads this display, use the following code: <pre> ItemStack item = MapDisplay.createMapItem(MyCustomDisplay.class); ItemUtil.setDisplayName(item, "My Custom Display"); // Optional |