Package ch.njol.skript.classes
Class Converter.ConverterInfo<F,T>
java.lang.Object
ch.njol.skript.classes.Converter.ConverterInfo<F,T>
- Type Parameters:
F
- same as inConverter
T
- dito
- All Implemented Interfaces:
Debuggable
holds information about a converter
-
Field Summary
-
Constructor Summary
ConstructorDescriptionConverterInfo(Converter.ConverterInfo<?,?> first, Converter.ConverterInfo<?,?> second, Converter<F,T> converter, int options)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.njol.skript.lang.Debuggable
toString
-
Field Details
-
from
-
to
-
converter
-
options
public final int options
-
-
Constructor Details
-
ConverterInfo
-
ConverterInfo
public ConverterInfo(Converter.ConverterInfo<?,?> first, Converter.ConverterInfo<?,?> second, Converter<F,T> converter, int options)
-
-
Method Details
-
toString
- Specified by:
toString
in interfaceDebuggable
- Parameters:
e
- The event to get information to. This is always null if debug == false.debug
- If true this should print more information, if false this should print what is shown to the end user- Returns:
- String representation of this object
-