Uses of Class
net.citizensnpcs.api.npc.BlockBreaker
Packages that use BlockBreaker
-
Uses of BlockBreaker in net.citizensnpcs.api.npc
Methods in net.citizensnpcs.api.npc that return BlockBreakerModifier 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
Methods in net.citizensnpcs.npc that return BlockBreakerModifier and TypeMethodDescriptionCitizensNPC.getBlockBreaker
(Block targetBlock, BlockBreaker.BlockBreakerConfiguration config) -
Uses of BlockBreaker in net.citizensnpcs.util
Subclasses of BlockBreaker in net.citizensnpcs.utilMethods in net.citizensnpcs.util that return BlockBreakerModifier and TypeMethodDescriptionstatic BlockBreaker
NMS.getBlockBreaker
(Entity entity, Block targetBlock, BlockBreaker.BlockBreakerConfiguration config) NMSBridge.getBlockBreaker
(Entity entity, Block targetBlock, BlockBreaker.BlockBreakerConfiguration config)