Package net.minecraft.entity.ai.brain
Interface LookTarget
- All Known Implementing Classes:
 BlockPosLookTarget,EntityLookTarget
public interface LookTarget
- Mappings:
 Namespace Name named net/minecraft/entity/ai/brain/LookTargetintermediary net/minecraft/class_4115official cdr
- 
Method Summary
 
- 
Method Details
- 
getPos
Vec3d getPos()- Mappings:
 Namespace Name Mixin selector named getPosLnet/minecraft/entity/ai/brain/LookTarget;getPos()Lnet/minecraft/util/math/Vec3d;intermediary method_18991Lnet/minecraft/class_4115;method_18991()Lnet/minecraft/class_243;official aLcdr;a()Lfis;
 - 
getBlockPos
BlockPos getBlockPos()- Mappings:
 Namespace Name Mixin selector named getBlockPosLnet/minecraft/entity/ai/brain/LookTarget;getBlockPos()Lnet/minecraft/util/math/BlockPos;intermediary method_18989Lnet/minecraft/class_4115;method_18989()Lnet/minecraft/class_2338;official bLcdr;b()Ljb;
 - 
isSeenBy
- Mappings:
 Namespace Name Mixin selector named isSeenByLnet/minecraft/entity/ai/brain/LookTarget;isSeenBy(Lnet/minecraft/entity/LivingEntity;)Zintermediary method_18990Lnet/minecraft/class_4115;method_18990(Lnet/minecraft/class_1309;)Zofficial aLcdr;a(Lcam;)Z
 
 -