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

    Fields inherited from class dev.esophose.playerparticles.util.inputparser.Parsable

    targetType
  • 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • parse

      public ParticleStyle parse​(PPlayer pplayer, java.util.List<java.lang.String> inputs)
      Description copied from class: Parsable
      Consumes and parses input from the list
      Specified by:
      parse in class Parsable<ParticleStyle>
      Parameters:
      pplayer - The PPlayer who entered the input
      inputs - The input contents to try parsing
      Returns:
      The parsed value or null if parsing failed