Class TestFrameworkMod

java.lang.Object
net.neoforged.testframework.impl.TestFrameworkMod

public class TestFrameworkMod extends Object
  • 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

      public static final DeferredRegister<IngredientType<?>> 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)