Method CanProvide
CanProvide(Type, IResourceLocation)
Determine if this provider can provide the specified object type from the specified location.
선언
public virtual bool CanProvide(Type t, IResourceLocation location)
파라미터
타입 | 이름 | 설명 |
---|---|---|
Type | t | |
IResourceLocation | location | The resource location of the object. |
반환
타입 | 설명 |
---|---|
bool | True if this provider can create the specified object. |