Package net.minecraft.entity.ai.goal
Class SitGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.SitGoal
public class SitGoal extends Goal
- Mappings:
Namespace Name official seintermediary net/minecraft/class_1817named net/minecraft/entity/ai/goal/SitGoal
-
Field Summary
Fields Modifier and Type Field Description private booleanenabledWithOwnerprivate TameableEntityfield_7767 -
Constructor Summary
Constructors Constructor Description SitGoal(TameableEntity tameableEntity) -
Method Summary
Modifier and Type Method Description booleancanStart()voidsetEnabledWithOwner(boolean enabledWithOwner)voidstart()voidstop()Methods inherited from class net.minecraft.entity.ai.goal.Goal
method_7363, method_7368, method_7369, shouldContinue, tick
-
Field Details
-
field_7767
- Mappings:
Namespace Name Mixin selector official aLse;a:Lqa;intermediary field_7767Lnet/minecraft/class_1817;field_7767:Lnet/minecraft/class_1764;named field_7767Lnet/minecraft/entity/ai/goal/SitGoal;field_7767:Lnet/minecraft/entity/passive/TameableEntity;
-
enabledWithOwner
private boolean enabledWithOwner- Mappings:
Namespace Name Mixin selector official bLse;b:Zintermediary field_7768Lnet/minecraft/class_1817;field_7768:Znamed enabledWithOwnerLnet/minecraft/entity/ai/goal/SitGoal;enabledWithOwner:Z
-
-
Constructor Details
-
SitGoal
-
-
Method Details
-
canStart
public boolean canStart() -
start
public void start() -
stop
public void stop() -
setEnabledWithOwner
public void setEnabledWithOwner(boolean enabledWithOwner)- Mappings:
Namespace Name Mixin selector official aLse;a(Z)Vintermediary method_7387Lnet/minecraft/class_1817;method_7387(Z)Vnamed setEnabledWithOwnerLnet/minecraft/entity/ai/goal/SitGoal;setEnabledWithOwner(Z)V
-