Package com.nexomc.nexo.utils.breaker
Class ToolTypeSpeedModifier
-
- All Implemented Interfaces:
public final class ToolTypeSpeedModifier
-
-
Field Summary
Fields Modifier and Type Field Description public final static ToolTypeSpeedModifier
EMPTY
public final static Set<ToolTypeSpeedModifier>
VANILLA
-
Constructor Summary
Constructors Constructor Description ToolTypeSpeedModifier(Set<Material> toolType, Float speedModifier)
ToolTypeSpeedModifier(Set<Material> toolType, Float speedModifier, Set<Material> materials)
ToolTypeSpeedModifier(Set<Material> toolType, Float speedModifier, Collection<CustomBlockMechanic> customBlocks)
-
Method Summary
Modifier and Type Method Description final Set<Material>
toolTypes()
final Float
speedModifier()
final Set<Material>
materials()
final Set<CustomBlockMechanic>
customBlocks()
-
-
Constructor Detail
-
ToolTypeSpeedModifier
ToolTypeSpeedModifier(Set<Material> toolType, Float speedModifier, Set<Material> materials)
-
ToolTypeSpeedModifier
ToolTypeSpeedModifier(Set<Material> toolType, Float speedModifier, Collection<CustomBlockMechanic> customBlocks)
-
-
Method Detail
-
speedModifier
final Float speedModifier()
-
customBlocks
final Set<CustomBlockMechanic> customBlocks()
-
-
-
-