Package net.minecraft.entity.mob
Class SilverfishEntity.WanderAndInfestGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.WanderAroundGoal
net.minecraft.entity.mob.SilverfishEntity.WanderAndInfestGoal
- Enclosing class:
- SilverfishEntity
- Mappings:
Namespace Name official yv$aintermediary net/minecraft/class_977$class_2654named net/minecraft/entity/mob/SilverfishEntity$WanderAndInfestGoal
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate Directionprivate final SilverfishEntity -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraft.entity.ai.goal.WanderAroundGoal
ignoreChanceOnce, setChanceMethods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getCategoryBits, setCategoryBits, stop, tick
-
Field Details
-
silverfish
- Mappings:
Namespace Name Mixin selector official aLyv$a;a:Lyv;intermediary field_12088Lnet/minecraft/class_977$class_2654;field_12088:Lnet/minecraft/class_977;named silverfishLnet/minecraft/entity/mob/SilverfishEntity$WanderAndInfestGoal;silverfish:Lnet/minecraft/entity/mob/SilverfishEntity;
-
direction
- Mappings:
Namespace Name Mixin selector official bLyv$a;b:Lcs;intermediary field_12089Lnet/minecraft/class_977$class_2654;field_12089:Lnet/minecraft/class_1354;named directionLnet/minecraft/entity/mob/SilverfishEntity$WanderAndInfestGoal;direction:Lnet/minecraft/util/math/Direction;
-
canInfest
private boolean canInfest- Mappings:
Namespace Name Mixin selector official cLyv$a;c:Zintermediary field_12090Lnet/minecraft/class_977$class_2654;field_12090:Znamed canInfestLnet/minecraft/entity/mob/SilverfishEntity$WanderAndInfestGoal;canInfest:Z
-
-
Constructor Details
-
WanderAndInfestGoal
- Mappings:
Namespace Name Mixin selector official <init>Lyv$a;<init>(Lyv;)Vintermediary <init>Lnet/minecraft/class_977$class_2654;<init>(Lnet/minecraft/class_977;)Vnamed <init>Lnet/minecraft/entity/mob/SilverfishEntity$WanderAndInfestGoal;<init>(Lnet/minecraft/entity/mob/SilverfishEntity;)V
-
-
Method Details
-
canStart
public boolean canStart()- Overrides:
canStartin classWanderAroundGoal- Mappings:
Namespace Name Mixin selector official aLtk;a()Zintermediary method_2742Lnet/minecraft/class_896;method_2742()Znamed canStartLnet/minecraft/entity/ai/goal/Goal;canStart()Z
-
shouldContinue
public boolean shouldContinue()- Overrides:
shouldContinuein classWanderAroundGoal- Mappings:
Namespace Name Mixin selector official bLtk;b()Zintermediary method_2744Lnet/minecraft/class_896;method_2744()Znamed shouldContinueLnet/minecraft/entity/ai/goal/Goal;shouldContinue()Z
-
start
public void start()- Overrides:
startin classWanderAroundGoal- Mappings:
Namespace Name Mixin selector official cLtk;c()Vintermediary method_2747Lnet/minecraft/class_896;method_2747()Vnamed startLnet/minecraft/entity/ai/goal/Goal;start()V
-