get block player is looking at bukkit

Solutions on MaxInterview for get block player is looking at bukkit by the best coders in the world

showing results for - "get block player is looking at bukkit"
Vanessa
28 Oct 2019
1Player player = (Player) sender;
2Block block = player.getTargetBlock(null, 100);
3Location bl = block.getLocation();