Uses of Interface
studio.magemonkey.codex.legacy.placeholder.PlaceholderItem
Packages that use PlaceholderItem
-
Uses of PlaceholderItem in studio.magemonkey.codex.legacy.placeholder
Methods in studio.magemonkey.codex.legacy.placeholder that return PlaceholderItemModifier and TypeMethodDescriptionPlaceholderData.getItem()Returns placeholder item used in this placeholder.Returns item for given id, or null if there isn't any item with maching name.static <T> PlaceholderItem<T> PlaceholderType.getQualifiedItem(String fullId) PlaceholderType.registerItem(String id, Function<T, Object> func) Register new placeholder item to this placeholder type.PlaceholderType.registerItem(PlaceholderType<T> type, String id, Function<T, Object> func) Register new placeholder item to this placeholder type.Methods in studio.magemonkey.codex.legacy.placeholder with parameters of type PlaceholderItemModifier and TypeMethodDescriptionvoidPlaceholderType.registerItem(PlaceholderItem<T> item) Register new placeholder item to this placeholder type.static <T> PlaceholderData<T> PlaceholderData.valueOf(String fullName, String objectName, PlaceholderItem<T> item)