Skip to content

Commit

Permalink
forgot to stage ParticleType.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
psu-de committed Aug 19, 2024
1 parent 45ead60 commit baffc9d
Showing 1 changed file with 128 additions and 0 deletions.
128 changes: 128 additions & 0 deletions MineSharp.Core/Common/Particles/ParticleType.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,128 @@
///////////////////////////////////////////////////////////////////////////////////////////
// This File is generated by MineSharp.SourceGenerator and should not be modified. //
///////////////////////////////////////////////////////////////////////////////////////////

#pragma warning disable CS1591

namespace MineSharp.Core.Common.Particles;

public enum ParticleType
{
AmbientEntityEffect = 0,
AngryVillager = 1,
Block = 2,
BlockMarker = 3,
Bubble = 4,
Cloud = 5,
Crit = 6,
DamageIndicator = 7,
DragonBreath = 8,
DrippingLava = 9,
FallingLava = 10,
LandingLava = 11,
DrippingWater = 12,
FallingWater = 13,
Dust = 14,
DustColorTransition = 15,
Effect = 16,
ElderGuardian = 17,
EnchantedHit = 18,
Enchant = 19,
EndRod = 20,
EntityEffect = 21,
ExplosionEmitter = 22,
Explosion = 23,
FallingDust = 24,
Firework = 25,
Fishing = 26,
Flame = 27,
SoulFireFlame = 28,
Soul = 29,
Flash = 30,
HappyVillager = 31,
Composter = 32,
Heart = 33,
InstantEffect = 34,
Item = 35,
Vibration = 36,
ItemSlime = 37,
ItemSnowball = 38,
LargeSmoke = 39,
Lava = 40,
Mycelium = 41,
Note = 42,
Poof = 43,
Portal = 44,
Rain = 45,
Smoke = 46,
Sneeze = 47,
Spit = 48,
SquidInk = 49,
SweepAttack = 50,
TotemOfUndying = 51,
Underwater = 52,
Splash = 53,
Witch = 54,
BubblePop = 55,
CurrentDown = 56,
BubbleColumnUp = 57,
Nautilus = 58,
Dolphin = 59,
CampfireCosySmoke = 60,
CampfireSignalSmoke = 61,
DrippingHoney = 62,
FallingHoney = 63,
LandingHoney = 64,
FallingNectar = 65,
FallingSporeBlossom = 66,
Ash = 67,
CrimsonSpore = 68,
WarpedSpore = 69,
SporeBlossomAir = 70,
DrippingObsidianTear = 71,
FallingObsidianTear = 72,
LandingObsidianTear = 73,
ReversePortal = 74,
WhiteAsh = 75,
SmallFlame = 76,
Snowflake = 77,
DrippingDripstoneLava = 78,
FallingDripstoneLava = 79,
DrippingDripstoneWater = 80,
FallingDripstoneWater = 81,
GlowSquidInk = 82,
Glow = 83,
WaxOn = 84,
WaxOff = 85,
ElectricSpark = 86,
Scrape = 87,
SonicBoom = 88,
SculkSoul = 89,
SculkCharge = 90,
SculkChargePop = 91,
Shriek = 92,
DrippingCherryLeaves = 93,
FallingCherryLeaves = 94,
LandingCherryLeaves = 95,
CherryLeaves = 96,
EggCrack = 97,
Gust = 98,
GustEmitter = 99,
WhiteSmoke = 100,
DustPlume = 101,
GustDust = 102,
TrialSpawnerDetection = 103,
SmallGust = 104,
GustEmitterLarge = 105,
GustEmitterSmall = 106,
Infested = 107,
ItemCobweb = 108,
TrialSpawnerDetectionOminous = 109,
VaultConnection = 110,
DustPillar = 111,
OminousSpawning = 112,
RaidOmen = 113,
TrialOmen = 114,
}

#pragma warning restore CS1591

0 comments on commit baffc9d

Please sign in to comment.