InfoProviderBase

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

public ParameterProvider getParameterProvider (final int parameter)

Method getParameterProvider.

Parameters:
final int parameter

getExtraInfo

public E getExtraInfo (final Class clazz)

Method getExtraInfo.

Parameters:
final Class clazz

passExtraInfo

public void passExtraInfo (final E provider)

Method passExtraInfo.

Parameters:
final E provider

getPassedExtraInfo

public E getPassedExtraInfo (final Class clazz)

Method getPassedExtraInfo.

Parameters:
final Class clazz