Class ParticleGroupPresetPage
java.lang.Object
dev.esophose.playerparticles.particles.preset.ParticleGroupPresetPage
public class ParticleGroupPresetPage
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description ParticleGroupPresetPage(java.lang.String title, java.util.List<ParticleGroupPreset> presets, java.util.Map<java.lang.Integer,GuiInventory.BorderColor> extraBorder)
-
Method Summary
Modifier and Type Method Description java.util.Map<java.lang.Integer,GuiInventory.BorderColor>
getExtraBorder()
java.util.List<ParticleGroupPreset>
getPresets()
java.lang.String
getTitle()
-
Constructor Details
-
ParticleGroupPresetPage
public ParticleGroupPresetPage(java.lang.String title, java.util.List<ParticleGroupPreset> presets, java.util.Map<java.lang.Integer,GuiInventory.BorderColor> extraBorder)
-
-
Method Details
-
getTitle
public java.lang.String getTitle()- Returns:
- the title of this preset page
-
getPresets
- Returns:
- the presets to display on this page
-
getExtraBorder
- Returns:
- the extra border to display on the page
-