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 net.minecraft.resources.ResourceLocationgetRegistryName(net.minecraft.world.entity.npc.VillagerProfession internal) static Stringname(net.minecraft.world.entity.npc.VillagerProfession internal) static Set<net.minecraft.world.item.Item>requestedItems(net.minecraft.world.entity.npc.VillagerProfession internal) static Set<net.minecraft.world.level.block.Block>secondaryPoi(net.minecraft.world.entity.npc.VillagerProfession internal) static net.minecraft.sounds.SoundEventworkSound(net.minecraft.world.entity.npc.VillagerProfession internal)
-
Constructor Details
-
ExpandVillagerProfession
public ExpandVillagerProfession()
-
-
Method Details
-
name
-
requestedItems
public static Set<net.minecraft.world.item.Item> requestedItems(net.minecraft.world.entity.npc.VillagerProfession internal) -
secondaryPoi
public static Set<net.minecraft.world.level.block.Block> secondaryPoi(net.minecraft.world.entity.npc.VillagerProfession internal) -
workSound
public static net.minecraft.sounds.SoundEvent workSound(net.minecraft.world.entity.npc.VillagerProfession internal) -
getRegistryName
public static net.minecraft.resources.ResourceLocation getRegistryName(net.minecraft.world.entity.npc.VillagerProfession internal) -
getCommandString
-