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 ParticleStyleparse(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:ParsableConsumes and parses input from the list- Specified by:
parsein 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
-