Package net.neoforged.testframework.impl
Class TestFrameworkMod
java.lang.Object
net.neoforged.testframework.impl.TestFrameworkMod
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic 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>> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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
-
-
Constructor Details
-
TestFrameworkMod
public TestFrameworkMod(net.neoforged.bus.api.IEventBus bus)
-