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