Uses of Interface
org.bukkit.inventory.meta.components.KineticWeaponComponent.Condition
Packages that use KineticWeaponComponent.Condition
Package
Description
Isolated components which may form part of item meta.
-
Uses of KineticWeaponComponent.Condition in org.bukkit.inventory.meta.components
Methods in org.bukkit.inventory.meta.components that return KineticWeaponComponent.ConditionModifier and TypeMethodDescriptionKineticWeaponComponent.getDamageConditions()Gets the conditions required for the weapon to damage the target.KineticWeaponComponent.getDismountConditions()Gets the conditions required for the weapon to dismount the target.KineticWeaponComponent.getKnockbackConditions()Gets the conditions required for the weapon to knockback the target.Methods in org.bukkit.inventory.meta.components with parameters of type KineticWeaponComponent.ConditionModifier and TypeMethodDescriptionvoidKineticWeaponComponent.setDamageConditions(KineticWeaponComponent.Condition condition) Sets the conditions required for the weapon to damage the target.voidKineticWeaponComponent.setDismountConditions(KineticWeaponComponent.Condition condition) Sets the conditions required for the weapon to dismount the target.voidKineticWeaponComponent.setKnockbackConditions(KineticWeaponComponent.Condition condition) Sets the conditions required for the weapon to knockback the target.