Interface ISOLItem
-
- All Implemented Interfaces:
public interface ISOLItem
-
-
Method Summary
Modifier and Type Method Description abstract StringgetName()abstract Function<Item>getFactory()abstract Supplier<Item.Properties>getProperties()-
-
Method Detail
-
getFactory
abstract Function<Item> getFactory()
-
getProperties
abstract Supplier<Item.Properties> getProperties()
-
-
-
-