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/LookTarget- intermediary - net/minecraft/class_4115- official - byp
- 
Method Summary
- 
Method Details- 
getPosVec3d getPos()- Mappings:
- Namespace - Name - Mixin selector - named - getPos- Lnet/minecraft/entity/ai/brain/LookTarget;getPos()Lnet/minecraft/util/math/Vec3d;- intermediary - method_18991- Lnet/minecraft/class_4115;method_18991()Lnet/minecraft/class_243;- official - a- Lbyp;a()Lfbb;
 
- 
getBlockPosBlockPos getBlockPos()- Mappings:
- Namespace - Name - Mixin selector - named - getBlockPos- Lnet/minecraft/entity/ai/brain/LookTarget;getBlockPos()Lnet/minecraft/util/math/BlockPos;- intermediary - method_18989- Lnet/minecraft/class_4115;method_18989()Lnet/minecraft/class_2338;- official - b- Lbyp;b()Lji;
 
- 
isSeenBy- Mappings:
- Namespace - Name - Mixin selector - named - isSeenBy- Lnet/minecraft/entity/ai/brain/LookTarget;isSeenBy(Lnet/minecraft/entity/LivingEntity;)Z- intermediary - method_18990- Lnet/minecraft/class_4115;method_18990(Lnet/minecraft/class_1309;)Z- official - a- Lbyp;a(Lbvi;)Z
 
 
-