Class ExpandVillagerProfession

java.lang.Object
com.blamejared.crafttweaker.natives.villager.ExpandVillagerProfession

@ZenRegister public class ExpandVillagerProfession extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
    getCommandString(net.minecraft.world.entity.npc.VillagerProfession internal)
     
    static net.minecraft.resources.ResourceLocation
    getRegistryName(net.minecraft.world.entity.npc.VillagerProfession internal)
     
    static String
    name(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.SoundEvent
    workSound(net.minecraft.world.entity.npc.VillagerProfession internal)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ExpandVillagerProfession

      public ExpandVillagerProfession()
  • Method Details

    • name

      public static String name(net.minecraft.world.entity.npc.VillagerProfession internal)
    • 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

      public static String getCommandString(net.minecraft.world.entity.npc.VillagerProfession internal)