Uses of Class
net.citizensnpcs.api.npc.BlockBreaker.BlockBreakerConfiguration
-
Uses of BlockBreaker.BlockBreakerConfiguration in net.citizensnpcs.api.npc
Modifier and TypeFieldDescriptionstatic final BlockBreaker.BlockBreakerConfiguration
BlockBreaker.EMPTY_CONFIG
Modifier and TypeMethodDescriptionBlockBreaker.BlockBreakerConfiguration.blockStrengthModifier
(float modifier) BlockBreaker.BlockBreakerConfiguration.radius
(double radius) 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.BlockBreakerConfiguration in net.citizensnpcs.npc
Modifier and TypeMethodDescriptionCitizensNPC.getBlockBreaker
(Block targetBlock, BlockBreaker.BlockBreakerConfiguration config) -
Uses of BlockBreaker.BlockBreakerConfiguration in net.citizensnpcs.util
Modifier and TypeFieldDescriptionprotected final BlockBreaker.BlockBreakerConfiguration
AbstractBlockBreaker.configuration
Modifier and TypeMethodDescriptionstatic BlockBreaker
NMS.getBlockBreaker
(Entity entity, Block targetBlock, BlockBreaker.BlockBreakerConfiguration config) NMSBridge.getBlockBreaker
(Entity entity, Block targetBlock, BlockBreaker.BlockBreakerConfiguration config) ModifierConstructorDescriptionAbstractBlockBreaker
(Entity entity, Block target, BlockBreaker.BlockBreakerConfiguration config)