java.lang.Object
at.petrak.hexcasting.common.recipe.ingredient.brainsweep.BrainsweepeeIngredient
at.petrak.hexcasting.common.recipe.ingredient.brainsweep.VillagerIngredient

public class VillagerIngredient extends BrainsweepeeIngredient
Special case for villagers so we can have biome/profession/level reqs
  • Field Details

    • profession

      @Nullable public final @Nullable net.minecraft.world.entity.npc.VillagerProfession profession
    • biome

      @Nullable public final @Nullable net.minecraft.world.entity.npc.VillagerType biome
    • minLevel

      public final int minLevel
  • Constructor Details

    • VillagerIngredient

      public VillagerIngredient(@Nullable @Nullable net.minecraft.world.entity.npc.VillagerProfession profession, @Nullable @Nullable net.minecraft.world.entity.npc.VillagerType biome, int minLevel)
  • Method Details