Package net.minecraft.entity.mob
Class EndermanEntity.PlaceBlockGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.mob.EndermanEntity.PlaceBlockGoal
- Enclosing class:
- EndermanEntity
- Mappings:
Namespace Name official vo$aintermediary net/minecraft/class_970$class_2640named net/minecraft/entity/mob/EndermanEntity$PlaceBlockGoal
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getCategoryBits, setCategoryBits, shouldContinue, start, stop
-
Field Details
-
entity
- Mappings:
Namespace Name Mixin selector official aLvo$a;a:Lvo;intermediary field_12056Lnet/minecraft/class_970$class_2640;field_12056:Lnet/minecraft/class_970;named entityLnet/minecraft/entity/mob/EndermanEntity$PlaceBlockGoal;entity:Lnet/minecraft/entity/mob/EndermanEntity;
-
-
Constructor Details
-
PlaceBlockGoal
- Mappings:
Namespace Name Mixin selector official <init>Lvo$a;<init>(Lvo;)Vintermediary <init>Lnet/minecraft/class_970$class_2640;<init>(Lnet/minecraft/class_970;)Vnamed <init>Lnet/minecraft/entity/mob/EndermanEntity$PlaceBlockGoal;<init>(Lnet/minecraft/entity/mob/EndermanEntity;)V
-
-
Method Details
-
canStart
public boolean canStart() -
tick
public void tick() -
canPlaceOn
private boolean canPlaceOn(World world, BlockPos pos, Block blockCarried, Block blockAbove, Block blockBelow) - Mappings:
Namespace Name Mixin selector official aLvo$a;a(Ladm;Lcj;Lafh;Lafh;Lafh;)Zintermediary method_11183Lnet/minecraft/class_970$class_2640;method_11183(Lnet/minecraft/class_1150;Lnet/minecraft/class_2552;Lnet/minecraft/class_197;Lnet/minecraft/class_197;Lnet/minecraft/class_197;)Znamed canPlaceOnLnet/minecraft/entity/mob/EndermanEntity$PlaceBlockGoal;canPlaceOn(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;Lnet/minecraft/block/Block;Lnet/minecraft/block/Block;)Z
-