| Package | Description |
|---|---|
| org.bukkit.entity |
Interfaces for non-voxel objects that can exist in a
world, including all players, monsters, projectiles, etc. |
| Modifier and Type | Method and Description |
|---|---|
default TargetBlockInfo |
LivingEntity.getTargetBlockInfo(int maxDistance)
Gets information about the block the living entity has targeted, ignoring fluids
|
TargetBlockInfo |
LivingEntity.getTargetBlockInfo(int maxDistance,
TargetBlockInfo.FluidMode fluidMode)
Gets information about the block the living entity has targeted
|
Copyright © 2021. All rights reserved.