Uses of Class
net.citizensnpcs.api.npc.BlockBreaker.BlockBreakerConfiguration
Packages that use BlockBreaker.BlockBreakerConfiguration
-
Uses of BlockBreaker.BlockBreakerConfiguration in net.citizensnpcs.api.npc
Fields in net.citizensnpcs.api.npc declared as BlockBreaker.BlockBreakerConfigurationModifier and TypeFieldDescriptionstatic final BlockBreaker.BlockBreakerConfiguration
BlockBreaker.EMPTY_CONFIG
Methods in net.citizensnpcs.api.npc that return BlockBreaker.BlockBreakerConfigurationModifier and TypeMethodDescriptionBlockBreaker.BlockBreakerConfiguration.blockStrengthModifier
(float modifier) BlockBreaker.BlockBreakerConfiguration.radius
(double radius) Methods in net.citizensnpcs.api.npc with parameters of type BlockBreaker.BlockBreakerConfigurationModifier 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
Methods in net.citizensnpcs.npc with parameters of type BlockBreaker.BlockBreakerConfigurationModifier and TypeMethodDescriptionCitizensNPC.getBlockBreaker
(Block targetBlock, BlockBreaker.BlockBreakerConfiguration config) -
Uses of BlockBreaker.BlockBreakerConfiguration in net.citizensnpcs.util
Fields in net.citizensnpcs.util declared as BlockBreaker.BlockBreakerConfigurationModifier and TypeFieldDescriptionprotected final BlockBreaker.BlockBreakerConfiguration
AbstractBlockBreaker.configuration
Methods in net.citizensnpcs.util with parameters of type BlockBreaker.BlockBreakerConfigurationModifier and TypeMethodDescriptionstatic BlockBreaker
NMS.getBlockBreaker
(Entity entity, Block targetBlock, BlockBreaker.BlockBreakerConfiguration config) NMSBridge.getBlockBreaker
(Entity entity, Block targetBlock, BlockBreaker.BlockBreakerConfiguration config) Constructors in net.citizensnpcs.util with parameters of type BlockBreaker.BlockBreakerConfigurationModifierConstructorDescriptionAbstractBlockBreaker
(Entity entity, Block target, BlockBreaker.BlockBreakerConfiguration config)