类 TestFrameworkMod
java.lang.Object
net.neoforged.testframework.impl.TestFrameworkMod
-
字段概要
字段修饰符和类型字段说明static final DeferredHolder
<com.mojang.serialization.MapCodec<? extends GameTestInstance>, com.mojang.serialization.MapCodec<GameTestRegistration.Instance>> static final DeferredRegister
<IngredientType<?>> static final DeferredRegister
<LootItemConditionType> static final DeferredHolder
<LootItemConditionType, LootItemConditionType> static final DeferredHolder
<IngredientType<?>, IngredientType<TestEnabledIngredient>> static final DeferredRegister
<com.mojang.serialization.MapCodec<? extends GameTestInstance>> -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
LOOT_CONDITIONS
-
TEST_ENABLED
-
INGREDIENTS
-
TEST_ENABLED_INGREDIENT
public static final DeferredHolder<IngredientType<?>,IngredientType<TestEnabledIngredient>> TEST_ENABLED_INGREDIENT -
TEST_INSTANCES
public static final DeferredRegister<com.mojang.serialization.MapCodec<? extends GameTestInstance>> TEST_INSTANCES -
DELEGATING_INSTANCE
public static final DeferredHolder<com.mojang.serialization.MapCodec<? extends GameTestInstance>,com.mojang.serialization.MapCodec<GameTestRegistration.Instance>> DELEGATING_INSTANCE
-
-
构造器详细资料
-
TestFrameworkMod
public TestFrameworkMod(net.neoforged.bus.api.IEventBus bus)
-