Interface JavaEquippable.Builder
- All Superinterfaces:
GenericBuilder<JavaEquippable>
- Enclosing interface:
JavaEquippable
Builder for the equippable component
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Creates the equippable component.slot(@NonNull JavaEquippable.EquipmentSlot slot) The equipment slot where the item can be equipped
-
Method Details
-
slot
The equipment slot where the item can be equipped- Parameters:
slot- the equipment slot- Returns:
- this builder
- See Also:
-
build
JavaEquippable build()Creates the equippable component.- Specified by:
buildin interfaceGenericBuilder<JavaEquippable>- Returns:
- the new component
-