您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
树
已过时
索引
帮助
概要:
字段
必需
可选
详细资料:
字段
元素
概要:
字段 |
必需 |
可选
详细资料:
字段 |
元素
SEARCH
程序包
net.minecraftforge.gametest
批注接口 GameTestDontPrefix
@Retention
(
RUNTIME
)
@Target
({
TYPE
,
METHOD
})
public @interface
GameTestDontPrefix
When used on a class, this disables the prefix for all contained tests.
When used on a method, this disables it for the single test.
另请参阅:
GameTestPrefix