Class VillagerProfessionCreator
java.lang.Object
io.github.vampirestudios.vampirelib.village.VillagerProfessionCreator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic VillagerProfessionCreatorcreator()gatherableItems(com.google.common.collect.ImmutableSet<net.minecraft.world.item.Item> gatherableItems) hasHouse(boolean hasHouse) name(net.minecraft.resources.ResourceLocation name) pointOfInterest(net.minecraft.resources.ResourceKey<net.minecraft.world.entity.ai.village.poi.PoiType> pointOfInterest) net.minecraft.world.entity.npc.VillagerProfessionregister()secondaryJobSites(com.google.common.collect.ImmutableSet<net.minecraft.world.level.block.Block> secondaryJobSites) villagerHouses(List<VillagerHouse> villagerHouses)
-
Constructor Details
-
VillagerProfessionCreator
public VillagerProfessionCreator()
-
-
Method Details
-
creator
-
hasHouse
-
villagerHouses
-
name
-
pointOfInterest
public VillagerProfessionCreator pointOfInterest(net.minecraft.resources.ResourceKey<net.minecraft.world.entity.ai.village.poi.PoiType> pointOfInterest) -
gatherableItems
public VillagerProfessionCreator gatherableItems(com.google.common.collect.ImmutableSet<net.minecraft.world.item.Item> gatherableItems) -
secondaryJobSites
public VillagerProfessionCreator secondaryJobSites(com.google.common.collect.ImmutableSet<net.minecraft.world.level.block.Block> secondaryJobSites) -
register
public net.minecraft.world.entity.npc.VillagerProfession register()
-