Class WizardLookAtTradePlayer
java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.LookAtPlayerGoal
com.binaris.wizardry.content.entity.goal.WizardLookAtTradePlayer
public class WizardLookAtTradePlayer
extends net.minecraft.world.entity.ai.goal.LookAtPlayerGoal
Makes the wizard look at the player it is trading with.
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.Goal.Flag -
Field Summary
Fields inherited from class net.minecraft.world.entity.ai.goal.LookAtPlayerGoal
DEFAULT_PROBABILITY, lookAt, lookAtContext, lookAtType, lookDistance, mob, probability -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraft.world.entity.ai.goal.LookAtPlayerGoal
canContinueToUse, start, stop, tickMethods inherited from class net.minecraft.world.entity.ai.goal.Goal
adjustedTickDelay, getFlags, isInterruptable, reducedTickDelay, requiresUpdateEveryTick, setFlags, toString
-
Constructor Details
-
WizardLookAtTradePlayer
-
-
Method Details
-
canUse
public boolean canUse()- Overrides:
canUsein classnet.minecraft.world.entity.ai.goal.LookAtPlayerGoal
-