From 59924e70e4a0c0d02eb52d3c2e0f636d968f1e5d Mon Sep 17 00:00:00 2001 From: RedbeanW Date: Sat, 16 Mar 2024 14:22:26 +0800 Subject: [PATCH] Update enums.html --- html/enums.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/html/enums.html b/html/enums.html index 5207f09..291a6cd 100644 --- a/html/enums.html +++ b/html/enums.html @@ -111,7 +111,7 @@ InventorySource::InventorySourceFlags NoFlag = 0
WorldInteraction_Random = 1 InventorySourceType -InvalidInventory = std::numeric_limits::max()
ContainerInventory = 0
GlobalInventory = 1
WorldInteraction = 2
CreativeInventory = 3
NonImplementedFeatureTODO = 99999 +InvalidInventory = std::numeric_limits<uint32_t>::max()
ContainerInventory = 0
GlobalInventory = 1
WorldInteraction = 2
CreativeInventory = 3
NonImplementedFeatureTODO = 99999 ItemDescriptor::InternalType Invalid = 0
Default = 1
Molang = 2
ItemTag = 3
Deferred = 4
ComplexAlias = 5 ItemReleaseInventoryTransaction::ActionType @@ -137,7 +137,7 @@ LessonAction Start = 0
Complete = 1
Restart = 2 LevelEvent -9800 = 3617
Undefined = 0
SoundClick = 1000
SoundClickFail = 1001
SoundLaunch = 1002
SoundOpenDoor = 1003
SoundFizz = 1004
SoundFuse = 1005
SoundPlayRecording = 1006
SoundGhastWarning = 1007
SoundGhastFireball = 1008
SoundBlazeFireball = 1009
SoundZombieWoodenDoor = 1010
SoundZombieDoorCrash = 1012
SoundZombieInfected = 1016
SoundZombieConverted = 1017
SoundEndermanTeleport = 1018
SoundAnvilBroken = 1020
SoundAnvilUsed = 1021
SoundAnvilLand = 1022
SoundInfinityArrowPickup = 1030
SoundTeleportEnderPearl = 1032
SoundAddItem = 1040
SoundItemFrameBreak = 1041
SoundItemFramePlace = 1042
SoundItemFrameRemoveItem = 1043
SoundItemFrameRotateItem = 1044
SoundExperienceOrbPickup = 1051
SoundTotemUsed = 1052
SoundArmorStandBreak = 1060
SoundArmorStandHit = 1061
SoundArmorStandLand = 1062
SoundArmorStandPlace = 1063
SoundPointedDripstoneLand = 1064
SoundDyeUsed = 1065
SoundInkSacUsed = 1066
SoundAmethystResonate = 1067
QueueCustomMusic = 1900
PlayCustomMusic = 1901
StopCustomMusic = 1902
SetMusicVolume = 1903
ParticlesShoot = 2000
ParticlesDestroyBlock = 2001
ParticlesPotionSplash = 2002
ParticlesEyeOfEnderDeath = 2003
ParticlesMobBlockSpawn = 2004
ParticleCropGrowth = 2005
ParticleSoundGuardianGhost = 2006
ParticleDeathSmoke = 2007
ParticleDenyBlock = 2008
ParticleGenericSpawn = 2009
ParticlesDragonEgg = 2010
ParticlesCropEaten = 2011
ParticlesCrit = 2012
ParticlesTeleport = 2013
ParticlesCrackBlock = 2014
ParticlesBubble = 2015
ParticlesEvaporate = 2016
ParticlesDestroyArmorStand = 2017
ParticlesBreakingEgg = 2018
ParticleDestroyEgg = 2019
ParticlesEvaporateWater = 2020
ParticlesDestroyBlockNoSound = 2021
ParticlesKnockbackRoar = 2022
ParticlesTeleportTrail = 2023
ParticlesPointCloud = 2024
ParticlesExplosion = 2025
ParticlesBlockExplosion = 2026
ParticlesVibrationSignal = 2027
ParticlesDripstoneDrip = 2028
ParticlesFizzEffect = 2029
WaxOn = 2030
WaxOff = 2031
Scrape = 2032
ParticlesElectricSpark = 2033
ParticleTurtleEgg = 2034
ParticlesSculkShriek = 2035
SculkCatalystBloom = 2036
SculkCharge = 2037
SculkChargePop = 2038
SonicExplosion = 2039
DustPlume = 2040
StartRaining = 3001
StartThunderstorm = 3002
StopRaining = 3003
StopThunderstorm = 3004
GlobalPause = 3005
SimTimeStep = 3006
SimTimeScale = 3007
ActivateBlock = 3500
CauldronExplode = 3501
CauldronDyeArmor = 3502
CauldronCleanArmor = 3503
CauldronFillPotion = 3504
CauldronTakePotion = 3505
CauldronFillWater = 3506
CauldronTakeWater = 3507
CauldronAddDye = 3508
CauldronCleanBanner = 3509
CauldronFlush = 3510
AgentSpawnEffect = 3511
CauldronFillLava = 3512
CauldronTakeLava = 3513
CauldronFillPowderSnow = 3514
CauldronTakePowderSnow = 3515
StartBlockCracking = 3600
StopBlockCracking = 3601
UpdateBlockCracking = 3602
ParticlesCrackBlockDown = 3603
ParticlesCrackBlockUp = 3604
ParticlesCrackBlockNorth = 3605
ParticlesCrackBlockSouth = 3606
ParticlesCrackBlockWest = 3607
ParticlesCrackBlockEast = 3608
ParticlesShootWhiteSmoke = 3609
ParticlesBreezeWindExplosion = 3610
ParticlesTrialSpawnerDetection = 3611
ParticlesTrialSpawnerSpawning = 3612
ParticlesTrialSpawnerEjecting = 3613
ParticlesWindExplosion = 3614
AllPlayersSleeping = 3615
deprecated = 3616
SleepingPlayers = 9801
JumpPrevented = 9810
AnimationVaultActivate = 9811
AnimationVaultDeactivate = 9812
AnimationVaultEjectItem = 9813
ParticleLegacyEvent = 0x4000 +Undefined = 0
SoundClick = 1000
SoundClickFail = 1001
SoundLaunch = 1002
SoundOpenDoor = 1003
SoundFizz = 1004
SoundFuse = 1005
SoundPlayRecording = 1006
SoundGhastWarning = 1007
SoundGhastFireball = 1008
SoundBlazeFireball = 1009
SoundZombieWoodenDoor = 1010
SoundZombieDoorCrash = 1012
SoundZombieInfected = 1016
SoundZombieConverted = 1017
SoundEndermanTeleport = 1018
SoundAnvilBroken = 1020
SoundAnvilUsed = 1021
SoundAnvilLand = 1022
SoundInfinityArrowPickup = 1030
SoundTeleportEnderPearl = 1032
SoundAddItem = 1040
SoundItemFrameBreak = 1041
SoundItemFramePlace = 1042
SoundItemFrameRemoveItem = 1043
SoundItemFrameRotateItem = 1044
SoundExperienceOrbPickup = 1051
SoundTotemUsed = 1052
SoundArmorStandBreak = 1060
SoundArmorStandHit = 1061
SoundArmorStandLand = 1062
SoundArmorStandPlace = 1063
SoundPointedDripstoneLand = 1064
SoundDyeUsed = 1065
SoundInkSacUsed = 1066
SoundAmethystResonate = 1067
QueueCustomMusic = 1900
PlayCustomMusic = 1901
StopCustomMusic = 1902
SetMusicVolume = 1903
ParticlesShoot = 2000
ParticlesDestroyBlock = 2001
ParticlesPotionSplash = 2002
ParticlesEyeOfEnderDeath = 2003
ParticlesMobBlockSpawn = 2004
ParticleCropGrowth = 2005
ParticleSoundGuardianGhost = 2006
ParticleDeathSmoke = 2007
ParticleDenyBlock = 2008
ParticleGenericSpawn = 2009
ParticlesDragonEgg = 2010
ParticlesCropEaten = 2011
ParticlesCrit = 2012
ParticlesTeleport = 2013
ParticlesCrackBlock = 2014
ParticlesBubble = 2015
ParticlesEvaporate = 2016
ParticlesDestroyArmorStand = 2017
ParticlesBreakingEgg = 2018
ParticleDestroyEgg = 2019
ParticlesEvaporateWater = 2020
ParticlesDestroyBlockNoSound = 2021
ParticlesKnockbackRoar = 2022
ParticlesTeleportTrail = 2023
ParticlesPointCloud = 2024
ParticlesExplosion = 2025
ParticlesBlockExplosion = 2026
ParticlesVibrationSignal = 2027
ParticlesDripstoneDrip = 2028
ParticlesFizzEffect = 2029
WaxOn = 2030
WaxOff = 2031
Scrape = 2032
ParticlesElectricSpark = 2033
ParticleTurtleEgg = 2034
ParticlesSculkShriek = 2035
SculkCatalystBloom = 2036
SculkCharge = 2037
SculkChargePop = 2038
SonicExplosion = 2039
DustPlume = 2040
StartRaining = 3001
StartThunderstorm = 3002
StopRaining = 3003
StopThunderstorm = 3004
GlobalPause = 3005
SimTimeStep = 3006
SimTimeScale = 3007
ActivateBlock = 3500
CauldronExplode = 3501
CauldronDyeArmor = 3502
CauldronCleanArmor = 3503
CauldronFillPotion = 3504
CauldronTakePotion = 3505
CauldronFillWater = 3506
CauldronTakeWater = 3507
CauldronAddDye = 3508
CauldronCleanBanner = 3509
CauldronFlush = 3510
AgentSpawnEffect = 3511
CauldronFillLava = 3512
CauldronTakeLava = 3513
CauldronFillPowderSnow = 3514
CauldronTakePowderSnow = 3515
StartBlockCracking = 3600
StopBlockCracking = 3601
UpdateBlockCracking = 3602
ParticlesCrackBlockDown = 3603
ParticlesCrackBlockUp = 3604
ParticlesCrackBlockNorth = 3605
ParticlesCrackBlockSouth = 3606
ParticlesCrackBlockWest = 3607
ParticlesCrackBlockEast = 3608
ParticlesShootWhiteSmoke = 3609
ParticlesBreezeWindExplosion = 3610
ParticlesTrialSpawnerDetection = 3611
ParticlesTrialSpawnerSpawning = 3612
ParticlesTrialSpawnerEjecting = 3613
ParticlesWindExplosion = 3614
AllPlayersSleeping = 3615
deprecated = 3616
SleepingPlayers = 9801
JumpPrevented = 9810
AnimationVaultActivate = 9811
AnimationVaultDeactivate = 9812
AnimationVaultEjectItem = 9813
ParticleLegacyEvent = 0x4000 MapDecoration::Type MarkerWhite = 0
MarkerGreen = 1
MarkerRed = 2
MarkerBlue = 3
XWhite = 4
TriangleRed = 5
SquareWhite = 6
MarkerSign = 7
MarkerPink = 8
MarkerOrange = 9
MarkerYellow = 10
MarkerTeal = 11
TriangleGreen = 12
SmallSquareWhite = 13
Mansion = 14
Monument = 15
NoDraw = 16
VillageDesert = 17
VillagePlains = 18
VillageSavanna = 19
VillageSnowy = 20
VillageTaiga = 21
JungleTemple = 22
WitchHut = 23
Count = 24
Player = MarkerWhite
PlayerOffMap = SquareWhite
PlayerOffLimits = SmallSquareWhite
PlayerHidden = NoDraw
ItemFrame = MarkerGreen MapItemTrackedActor::Type @@ -256,4 +256,4 @@ None = 0
Face = 1
Body32x32 = 2
Body128x128 = 3 persona::AnimationExpression Linear = 0
Blinking = 1 - \ No newline at end of file +