📄 item.java
字号:
package net.suberic.util;/** * This represents an item which can be created from a VariableBundle * property. */public interface Item { /** * The Item ID. For example, if you were to have a list of users, a * given user's itemID may be "defaultUser". */ public String getItemID(); /** * The Item property. For example, if you were to have a list of users, a * given user's itemPropertymay be "Users.defaultUser". */ public String getItemProperty();}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -