Package net.minecraft.entity.ai.brain
Class BlockPosLookTarget
java.lang.Object
net.minecraft.entity.ai.brain.BlockPosLookTarget
- All Implemented Interfaces:
LookTarget
public class BlockPosLookTarget extends Object implements LookTarget
-
Field Summary
-
Constructor Summary
Constructors Constructor Description BlockPosLookTarget(BlockPos blockPos) -
Method Summary
Modifier and Type Method Description BlockPosgetBlockPos()Vec3dgetPos()booleanisSeenBy(LivingEntity entity)StringtoString()
-
Field Details
-
blockPos
-
pos
-
-
Constructor Details
-
BlockPosLookTarget
-
-
Method Details
-
getPos
- Specified by:
getPosin interfaceLookTarget
-
getBlockPos
- Specified by:
getBlockPosin interfaceLookTarget
-
isSeenBy
- Specified by:
isSeenByin interfaceLookTarget
-
toString
-