Added small butterfly wings
This commit is contained in:
parent
340f629f09
commit
dd9f6e938d
@ -70,6 +70,19 @@ public class ShapeWings extends ShapeGrid implements CosmeticShape
|
|||||||
"00000$##$00000$##$0000",
|
"00000$##$00000$##$0000",
|
||||||
"000000$000000000$00000"
|
"000000$000000000$00000"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
public static final String[] SMALL_BUTTERFLY_WING_PATTERN = new String[]
|
||||||
|
{
|
||||||
|
"0$$00000000$$0",
|
||||||
|
"$##$000000$##$",
|
||||||
|
"0$##$0000$##$0",
|
||||||
|
"00$##$$$$##$00",
|
||||||
|
"000$######$000",
|
||||||
|
"000$######$000",
|
||||||
|
"00$###$$###$00",
|
||||||
|
"000$#$00$#$000",
|
||||||
|
"0000$0000$0000"
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -102,8 +102,8 @@ public class PetManager extends MiniClientPlugin<PetClient>
|
|||||||
private ShapeWings _grimReaperWings = new ShapeWings(ParticleType.RED_DUST.particleName, new org.bukkit.util.Vector(0.2, 0.2, 0.2), 1, 0, false, ShapeWings.DEFAULT_ROTATION, ShapeWings.SMALL_ANGEL_WING_PATTERN);
|
private ShapeWings _grimReaperWings = new ShapeWings(ParticleType.RED_DUST.particleName, new org.bukkit.util.Vector(0.2, 0.2, 0.2), 1, 0, false, ShapeWings.DEFAULT_ROTATION, ShapeWings.SMALL_ANGEL_WING_PATTERN);
|
||||||
private ShapeWings _grimReaperWingsEdge = new ShapeWings(ParticleType.RED_DUST.particleName, new org.bukkit.util.Vector(0.1, 0.1, 0.1), 1, 0, true, ShapeWings.DEFAULT_ROTATION, ShapeWings.SMALL_ANGEL_WING_PATTERN);
|
private ShapeWings _grimReaperWingsEdge = new ShapeWings(ParticleType.RED_DUST.particleName, new org.bukkit.util.Vector(0.1, 0.1, 0.1), 1, 0, true, ShapeWings.DEFAULT_ROTATION, ShapeWings.SMALL_ANGEL_WING_PATTERN);
|
||||||
|
|
||||||
private ShapeWings _cupidWings = new ShapeWings(UtilParticle.ParticleType.RED_DUST.particleName, new Vector(1, 1, 1), 1, 0, false, ShapeWings.DEFAULT_ROTATION, ShapeWings.SMALL_ANGEL_WING_PATTERN);
|
private ShapeWings _cupidWings = new ShapeWings(UtilParticle.ParticleType.RED_DUST.particleName, new Vector(1, 1, 1), 1, 0, false, ShapeWings.DEFAULT_ROTATION, ShapeWings.SMALL_BUTTERFLY_WING_PATTERN);
|
||||||
private ShapeWings _cupidWingsEdge = new ShapeWings(UtilParticle.ParticleType.HEART.particleName, new Vector(0, 0, 0), 1, 0, true, ShapeWings.DEFAULT_ROTATION, ShapeWings.SMALL_ANGEL_WING_PATTERN);
|
private ShapeWings _cupidWingsEdge = new ShapeWings(UtilParticle.ParticleType.RED_DUST.particleName, new Vector(0, 0, 0), 1, 0, true, ShapeWings.DEFAULT_ROTATION, ShapeWings.SMALL_BUTTERFLY_WING_PATTERN);
|
||||||
|
|
||||||
public PetManager(JavaPlugin plugin, CoreClientManager clientManager, DonationManager donationManager
|
public PetManager(JavaPlugin plugin, CoreClientManager clientManager, DonationManager donationManager
|
||||||
, InventoryManager inventoryManager, DisguiseManager disguiseManager, mineplex.core.creature.Creature creatureModule, BlockRestore restore)
|
, InventoryManager inventoryManager, DisguiseManager disguiseManager, mineplex.core.creature.Creature creatureModule, BlockRestore restore)
|
||||||
|
Loading…
Reference in New Issue
Block a user