类 EventListenerGroupImpl
java.lang.Object
net.neoforged.testframework.impl.EventListenerGroupImpl
- 所有已实现的接口:
Test.EventListenerGroup
@Internal
@ParametersAreNonnullByDefault
public class EventListenerGroupImpl
extends Object
implements Test.EventListenerGroup
-
嵌套类概要
嵌套类修饰符和类型类说明static final record
private static final class
从接口继承的嵌套类/接口 net.neoforged.testframework.Test.EventListenerGroup
Test.EventListenerGroup.EventListenerCollector
-
字段概要
字段修饰符和类型字段说明private final EventListenerGroupImpl.EventListenerCollectorImpl
private final EventListenerGroupImpl.EventListenerCollectorImpl
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void
copyFrom
(EventListenerGroupImpl other) forge()
返回 the listener collector for thegame event bus
。mod()
返回 the listener collector for themod event bus
。void
void
-
字段详细资料
-
mod
-
game
-
-
构造器详细资料
-
EventListenerGroupImpl
public EventListenerGroupImpl()
-
-
方法详细资料
-
mod
从接口复制的说明:Test.EventListenerGroup
返回 the listener collector for themod event bus
。- 指定者:
mod
在接口中Test.EventListenerGroup
- 返回:
- the listener collector for the
mod event bus
-
forge
从接口复制的说明:Test.EventListenerGroup
返回 the listener collector for thegame event bus
。- 指定者:
forge
在接口中Test.EventListenerGroup
- 返回:
- the listener collector for the
game event bus
-
unregister
-
register
-
copyFrom
-