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 net.minecraft.gametest.framework.GameTestInstance>, com.mojang.serialization.MapCodec<GameTestRegistration.Instance>> static final DeferredRegister
<IngredientType<?>> static final DeferredRegister
<net.minecraft.world.level.storage.loot.predicates.LootItemConditionType> static final DeferredHolder
<net.minecraft.world.level.storage.loot.predicates.LootItemConditionType, net.minecraft.world.level.storage.loot.predicates.LootItemConditionType> static final DeferredHolder
<IngredientType<?>, IngredientType<TestEnabledIngredient>> static final DeferredRegister
<com.mojang.serialization.MapCodec<? extends net.minecraft.gametest.framework.GameTestInstance>> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LOOT_CONDITIONS
public static final DeferredRegister<net.minecraft.world.level.storage.loot.predicates.LootItemConditionType> LOOT_CONDITIONS -
TEST_ENABLED
public static final DeferredHolder<net.minecraft.world.level.storage.loot.predicates.LootItemConditionType,net.minecraft.world.level.storage.loot.predicates.LootItemConditionType> 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 net.minecraft.gametest.framework.GameTestInstance>> TEST_INSTANCES -
DELEGATING_INSTANCE
public static final DeferredHolder<com.mojang.serialization.MapCodec<? extends net.minecraft.gametest.framework.GameTestInstance>,com.mojang.serialization.MapCodec<GameTestRegistration.Instance>> DELEGATING_INSTANCE
-
-
Constructor Details
-
TestFrameworkMod
public TestFrameworkMod(net.neoforged.bus.api.IEventBus bus)
-