abstract class InfoProviderBase implements InfoProvider
Class InfoProviderBase. Provides infoproviderbase functionality for the Hytale server.
java.lang.Object > InfoProviderBase
Field Summary
passedExtraInfo
protected
ExtraInfoProvider
passedExtraInfo
Field passedExtraInfo.
Method Detail
InfoProviderBase
public
public
InfoProviderBase
()
Method InfoProviderBase.
IllegalArgumentException
public
new
IllegalArgumentException
("More than one type of " + provider.getType()
Method IllegalArgumentException.
- Parameters:
"More than one type of " +provider.getType(
getParameterProvider
Method getParameterProvider.
- Parameters:
final intparameter
getExtraInfo
public
E
getExtraInfo
(final Class clazz)
Method getExtraInfo.
- Parameters:
final Classclazz
passExtraInfo
public
void
passExtraInfo
(final E provider)
Method passExtraInfo.
- Parameters:
final Eprovider
getPassedExtraInfo
public
E
getPassedExtraInfo
(final Class clazz)
Method getPassedExtraInfo.
- Parameters:
final Classclazz