Class ExpandAbstractVillager
java.lang.Object
com.blamejared.crafttweaker.natives.entity.type.villager.ExpandAbstractVillager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intgetUnhappyCounter(net.minecraft.world.entity.npc.AbstractVillager internal) static booleanisTrading(net.minecraft.world.entity.npc.AbstractVillager internal) static voidplayCelebrateSound(net.minecraft.world.entity.npc.AbstractVillager internal) static voidsetUnhappyCounter(net.minecraft.world.entity.npc.AbstractVillager internal, int unhappyCounter)
-
Constructor Details
-
ExpandAbstractVillager
public ExpandAbstractVillager()
-
-
Method Details
-
getUnhappyCounter
public static int getUnhappyCounter(net.minecraft.world.entity.npc.AbstractVillager internal) -
setUnhappyCounter
public static void setUnhappyCounter(net.minecraft.world.entity.npc.AbstractVillager internal, int unhappyCounter) -
isTrading
public static boolean isTrading(net.minecraft.world.entity.npc.AbstractVillager internal) -
playCelebrateSound
public static void playCelebrateSound(net.minecraft.world.entity.npc.AbstractVillager internal)
-