Uses of Class
net.citizensnpcs.api.npc.BlockBreaker
-
Uses of BlockBreaker in net.citizensnpcs.api.npc
Modifier and TypeMethodDescriptionNPC.getBlockBreaker
(Block targetBlock, BlockBreaker.BlockBreakerConfiguration config) Creates aBlockBreaker
that allows you to break blocks using the Minecraft breaking algorithm. -
Uses of BlockBreaker in net.citizensnpcs.npc
Modifier and TypeMethodDescriptionCitizensNPC.getBlockBreaker
(Block targetBlock, BlockBreaker.BlockBreakerConfiguration config) -
Uses of BlockBreaker in net.citizensnpcs.util
Modifier and TypeMethodDescriptionstatic BlockBreaker
NMS.getBlockBreaker
(Entity entity, Block targetBlock, BlockBreaker.BlockBreakerConfiguration config) NMSBridge.getBlockBreaker
(Entity entity, Block targetBlock, BlockBreaker.BlockBreakerConfiguration config)