📄 itemcreator.java
字号:
package net.suberic.util;/** * This interface defines an object that can create items given a * sourceBundle, resourceString, and itemID. */public interface ItemCreator { /** * Creates an item from the given sourceBundle, resourceString, and itemID. */ public Item createItem(VariableBundle sourceBundle, String resourceString, String itemID);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -