接口 Test.EventListenerGroup
- 所有已知实现类:
EventListenerGroupImpl
- 封闭接口:
Test
@ParametersAreNonnullByDefault
public static interface Test.EventListenerGroup
A group of collectors by bus.
-
嵌套类概要
嵌套类修饰符和类型接口说明static interface
A collector of event listeners which automatically unregisters listeners when a test is disabled. -
方法概要
修饰符和类型方法说明forge()
返回 the listener collector for thegame event bus
。mod()
返回 the listener collector for themod event bus
。
-
方法详细资料
-
mod
返回 the listener collector for themod event bus
。- 返回:
- the listener collector for the
mod event bus
-
forge
返回 the listener collector for thegame event bus
。- 返回:
- the listener collector for the
game event bus
-