mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-27 16:02:32 +00:00
Modifier order consistency
This commit is contained in:
parent
20ff61909f
commit
518650e842
22 changed files with 38 additions and 38 deletions
|
@ -24,8 +24,8 @@ import org.bukkit.potion.PotionEffectType;
|
|||
|
||||
public class MetaItemStack
|
||||
{
|
||||
private final static Map<String, DyeColor> colorMap = new HashMap<String, DyeColor>();
|
||||
private final static Map<String, FireworkEffect.Type> fireworkShape = new HashMap<String, FireworkEffect.Type>();
|
||||
private static final Map<String, DyeColor> colorMap = new HashMap<String, DyeColor>();
|
||||
private static final Map<String, FireworkEffect.Type> fireworkShape = new HashMap<String, FireworkEffect.Type>();
|
||||
static
|
||||
{
|
||||
for (DyeColor color : DyeColor.values())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue