Package net.minecraft.entity.ai.brain
Interface LookTarget
- All Known Implementing Classes:
 BlockPosLookTarget,EntityLookTarget
public interface LookTarget
- Mappings:
 Namespace Name official bjeintermediary net/minecraft/class_4115named net/minecraft/entity/ai/brain/LookTarget
- 
Method Summary
 
- 
Method Details
- 
getPos
Vec3d getPos()- Mappings:
 Namespace Name Mixin selector official aLbje;a()Leei;intermediary method_18991Lnet/minecraft/class_4115;method_18991()Lnet/minecraft/class_243;named getPosLnet/minecraft/entity/ai/brain/LookTarget;getPos()Lnet/minecraft/util/math/Vec3d;
 - 
getBlockPos
BlockPos getBlockPos()- Mappings:
 Namespace Name Mixin selector official bLbje;b()Lgu;intermediary method_18989Lnet/minecraft/class_4115;method_18989()Lnet/minecraft/class_2338;named getBlockPosLnet/minecraft/entity/ai/brain/LookTarget;getBlockPos()Lnet/minecraft/util/math/BlockPos;
 - 
isSeenBy
- Mappings:
 Namespace Name Mixin selector official aLbje;a(Lbfz;)Zintermediary method_18990Lnet/minecraft/class_4115;method_18990(Lnet/minecraft/class_1309;)Znamed isSeenByLnet/minecraft/entity/ai/brain/LookTarget;isSeenBy(Lnet/minecraft/entity/LivingEntity;)Z
 
 -