类 BulkKnownPackTest.Listener
java.lang.Object
net.neoforged.neoforge.debug.resources.BulkKnownPackTest.Listener
- 所有已实现的接口:
TestListener
- 封闭类:
BulkKnownPackTest
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void
onEnabled
(TestFramework framework, Test test, @Nullable Entity changer) This method is called when a test is enabled.从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.neoforged.testframework.TestListener
onDisabled, onStatusChange
-
构造器详细资料
-
Listener
public Listener()
-
-
方法详细资料
-
onEnabled
从接口复制的说明:TestListener
This method is called when a test is enabled.- 指定者:
onEnabled
在接口中TestListener
- 参数:
framework
- the framework of the testtest
- the test that was enabledchanger
- the entity that enabled the test
-