Class ParsableColorTransition
java.lang.Object
dev.esophose.playerparticles.util.inputparser.Parsable<ColorTransition>
dev.esophose.playerparticles.util.inputparser.parsable.ParsableColorTransition
public class ParsableColorTransition extends Parsable<ColorTransition>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ParsableColorTransition()
-
Method Summary
Modifier and Type Method Description ColorTransition
parse(PPlayer pplayer, java.util.List<java.lang.String> inputs)
Consumes and parses input from the list
-
Constructor Details
-
ParsableColorTransition
public ParsableColorTransition()
-
-
Method Details
-
parse
Description copied from class:Parsable
Consumes and parses input from the list- Specified by:
parse
in classParsable<ColorTransition>
- Parameters:
pplayer
- The PPlayer who entered the inputinputs
- The input contents to try parsing- Returns:
- The parsed value or null if parsing failed
-