public interface IComponent
IComponent are elements handled by IComponentProvider.| Modifier and Type | Method and Description |
|---|---|
static <T> T |
getComponent(java.lang.Class<T> type,
java.lang.Object object)
Gets the component of the specify
type for the Object. |
default java.util.List<IComponent> |
getDependencies()
Gets the additional components that this
IComponent depends on. |
default boolean |
isClientComponent()
Checks if this component should only be used client side.
|
default boolean isClientComponent()
default java.util.List<IComponent> getDependencies()
IComponent depends on.static <T> T getComponent(java.lang.Class<T> type,
java.lang.Object object)
type for the Object.IComponent.T - the generic typetype - the typeobject - the block