Class ExpandVillagerProfession
java.lang.Object
com.blamejared.crafttweaker.natives.villager.ExpandVillagerProfession
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetCommandString(net.minecraft.world.entity.npc.VillagerProfession internal) static StringgetName(net.minecraft.world.entity.npc.VillagerProfession internal) static Set<net.minecraft.world.item.Item>getRequestedItems(net.minecraft.world.entity.npc.VillagerProfession internal) static Set<net.minecraft.world.level.block.Block>getSecondaryPoi(net.minecraft.world.entity.npc.VillagerProfession internal) static net.minecraft.sounds.SoundEventgetWorkSound(net.minecraft.world.entity.npc.VillagerProfession internal)
-
Constructor Details
-
ExpandVillagerProfession
public ExpandVillagerProfession()
-
-
Method Details
-
getName
-
getRequestedItems
public static Set<net.minecraft.world.item.Item> getRequestedItems(net.minecraft.world.entity.npc.VillagerProfession internal) -
getSecondaryPoi
public static Set<net.minecraft.world.level.block.Block> getSecondaryPoi(net.minecraft.world.entity.npc.VillagerProfession internal) -
getWorkSound
public static net.minecraft.sounds.SoundEvent getWorkSound(net.minecraft.world.entity.npc.VillagerProfession internal) -
getCommandString
-