Interface ItemDamageFunction.Builder
- All Superinterfaces:
DataComponentBuilder<ItemDamageFunction>
- Enclosing interface:
ItemDamageFunction
@Experimental
@NonExtendable
public static interface ItemDamageFunction.Builder
extends DataComponentBuilder<ItemDamageFunction>
Builder for
ItemDamageFunction.- Since:
- 1.21.6
-
Method Summary
Methods inherited from interface DataComponentBuilder
build
-
Method Details
-
threshold
@Contract(value="_ -> this", mutates="this") ItemDamageFunction.Builder threshold(@NonNegative float threshold) - Since:
- 1.21.6
-
base
- Since:
- 1.21.6
-
factor
- Since:
- 1.21.6
-