Class WorldEvents
World Events are used to trigger things on the client from the server side. Most commonly, playing sound events or spawning particles.
Some events have an extra data integer sent alongside them.
Some events are global, meaning they will be sent to every player regardless of their position.
Events are sent from the server to the client using WorldEventS2CPacket
,
received on the client by ClientPlayNetworkHandler#onWorldEvent
,
synced by ClientWorld#syncWorldEvent
and
ClientWorld#syncGlobalEvent
(for regular and global events respectively), and
finally processed by WorldRenderer#processWorldEvent
and
WorldRenderer#processGlobalEvent
(for regular and global events respectively).
- Mappings:
Namespace Name official cto
intermediary net/minecraft/class_6088
named net/minecraft/world/WorldEvents
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
An anvil is destroyed from damage.static final int
An anvil lands after falling.static final int
An anvil is used.static final int
A bat takes off.static final int
A blaze shoots a fireball or a fire charge is shot by a dispenser.static final int
A block is broken.static final int
A block is scraped.static final int
A block is waxed.static final int
Bone meal is used.static final int
A brewing stand brews.static final int
A chorus flower dies.static final int
A chorus flower grows.static final int
An item is composted in a composter.static final int
A dispenser is activated.static final int
A dispenser dispenses an item.static final int
A dispenser fails to dispense an item.static final int
A dispenser launches a projectile.static final int
A dragon breath cloud spawns.static final int
Electricity sparks after lightning hits a lightning rod or oxidizable blocks.static final int
An end gateway spawns.static final int
An end portal frame is filled with an eye of ender.static final int
An end portal is opened.static final int
An ender dragon breaks a block.static final int
An ender dragon dies.static final int
The ender dragon is being resurrected.static final int
An ender dragon shoots a fireball.static final int
A thrown eye of ender breaks.static final int
An eye of ender is launched.static final int
static final int
static final int
static final int
Fire is extinguished.static final int
A firework rocket is shot.static final int
A ghast shoots a fireball.static final int
A ghast warns its victim.static final int
A grindstone is used.static final int
A husk converts into a zombie.static final int
An instant splash potion is splashed.static final int
Lava is extinguished.static final int
A page is turned in a book on a lectern.static final int
A phantom bites its victim.static final int
A plant is fertilized with bone meal or by a bee, or a turtle egg is placed.static final int
A pointed dripstone drips fluid particles.static final int
A pointed dripstone drips lava into a cauldron.static final int
A pointed dripstone drips water into a cauldron.static final int
A pointed dripstone lands after falling.static final int
A redstone torch burns out.static final int
Sculk...static final int
A sculk shrieker shrieks.static final int
A skeleton converts into a stray.static final int
A smithing table is used.static final int
A spawner spawns a mob.static final int
A non-instant splash potion is splashed.static final int
A portal is traveled through.static final int
Wax is removed from a block.static final int
A wet sponge dries out in an ultrawarm dimension.static final int
A wither breaks a block.static final int
A wither shoots a wither skull.static final int
A wither is spawned.static final int
A zombie attacks an iron door.static final int
A zombie attacks a wooden door.static final int
A zombie breaks a wooden door.static final int
A zombie converts into a drowned.static final int
A zombie infects a villager.static final int
A zombie villager is cured. -
Constructor Summary
-
Method Summary
-
Field Details
-
DISPENSER_DISPENSES
public static final int DISPENSER_DISPENSESA dispenser dispenses an item.
Plays the dispensing sound event.Called by
BoatDispenserBehavior#playSound
,FallibleItemDispenserBehavior#playSound
,ItemDispenserBehavior#playSound
, andMinecartItem#DISPENSER_BEHAVIOR
- See Also:
- Mappings:
Namespace Name Mixin selector official a
Lcto;a:I
intermediary field_31140
Lnet/minecraft/class_6088;field_31140:I
named DISPENSER_DISPENSES
Lnet/minecraft/world/WorldEvents;DISPENSER_DISPENSES:I
-
DISPENSER_FAILS
public static final int DISPENSER_FAILSA dispenser fails to dispense an item.
Plays the dispenser fail sound event.Called by
DispenserBlock#dispense
,DropperBlock#dispense
, andFallibleItemDispenserBehavior#playSound
- See Also:
- Mappings:
Namespace Name Mixin selector official b
Lcto;b:I
intermediary field_31159
Lnet/minecraft/class_6088;field_31159:I
named DISPENSER_FAILS
Lnet/minecraft/world/WorldEvents;DISPENSER_FAILS:I
-
DISPENSER_LAUNCHES_PROJECTILE
public static final int DISPENSER_LAUNCHES_PROJECTILEA dispenser launches a projectile.
Plays the dispenser launch sound event.Called by
ProjectileDispenserBehavior#playSound
- See Also:
- Mappings:
Namespace Name Mixin selector official c
Lcto;c:I
intermediary field_31160
Lnet/minecraft/class_6088;field_31160:I
named DISPENSER_LAUNCHES_PROJECTILE
Lnet/minecraft/world/WorldEvents;DISPENSER_LAUNCHES_PROJECTILE:I
-
EYE_OF_ENDER_LAUNCHES
public static final int EYE_OF_ENDER_LAUNCHESAn eye of ender is launched.
Plays the eye of ender launching sound event.Called by
EnderEyeItem#use
- See Also:
- Mappings:
Namespace Name Mixin selector official d
Lcto;d:I
intermediary field_31161
Lnet/minecraft/class_6088;field_31161:I
named EYE_OF_ENDER_LAUNCHES
Lnet/minecraft/world/WorldEvents;EYE_OF_ENDER_LAUNCHES:I
-
FIREWORK_ROCKET_SHOOTS
public static final int FIREWORK_ROCKET_SHOOTSA firework rocket is shot.
Plays the firework shoot sound event.Called by
DispenserBehavior
- See Also:
- Mappings:
Namespace Name Mixin selector official e
Lcto;e:I
intermediary field_31162
Lnet/minecraft/class_6088;field_31162:I
named FIREWORK_ROCKET_SHOOTS
Lnet/minecraft/world/WorldEvents;FIREWORK_ROCKET_SHOOTS:I
-
FIRE_EXTINGUISHED
public static final int FIRE_EXTINGUISHEDFire is extinguished.
Plays the appropriate fire extinguish sound event.
A1
should be supplied as extra data if an entity was extinguished, and0
for a block.Called by
AbstractFireBlock#onBreak
,PotionEntity#extinguishFire
, andShovelItem#useOnBlock
- See Also:
- Mappings:
Namespace Name Mixin selector official f
Lcto;f:I
intermediary field_31167
Lnet/minecraft/class_6088;field_31167:I
named FIRE_EXTINGUISHED
Lnet/minecraft/world/WorldEvents;FIRE_EXTINGUISHED:I
-
field_42760
public static final int field_42760- See Also:
- Mappings:
Namespace Name Mixin selector official g
Lcto;g:I
intermediary field_42760
Lnet/minecraft/class_6088;field_42760:I
named field_42760
Lnet/minecraft/world/WorldEvents;field_42760:I
-
field_42761
public static final int field_42761- See Also:
- Mappings:
Namespace Name Mixin selector official h
Lcto;h:I
intermediary field_42761
Lnet/minecraft/class_6088;field_42761:I
named field_42761
Lnet/minecraft/world/WorldEvents;field_42761:I
-
GHAST_WARNS
public static final int GHAST_WARNSA ghast warns its victim.
Plays the ghast warn sound event.Called by
GhastEntity.ShootFireballGoal#tick
- See Also:
- Mappings:
Namespace Name Mixin selector official i
Lcto;i:I
intermediary field_31173
Lnet/minecraft/class_6088;field_31173:I
named GHAST_WARNS
Lnet/minecraft/world/WorldEvents;GHAST_WARNS:I
-
GHAST_SHOOTS
public static final int GHAST_SHOOTSA ghast shoots a fireball.
Plays the ghast shoot sound event.Called by
GhastEntity.ShootFireballGoal#tick
- See Also:
- Mappings:
Namespace Name Mixin selector official j
Lcto;j:I
intermediary field_31174
Lnet/minecraft/class_6088;field_31174:I
named GHAST_SHOOTS
Lnet/minecraft/world/WorldEvents;GHAST_SHOOTS:I
-
ENDER_DRAGON_SHOOTS
public static final int ENDER_DRAGON_SHOOTSAn ender dragon shoots a fireball.
Plays the ender dragon shoot sound event.Called by
StrafePlayerPhase#serverTick
- See Also:
- Mappings:
Namespace Name Mixin selector official k
Lcto;k:I
intermediary field_31175
Lnet/minecraft/class_6088;field_31175:I
named ENDER_DRAGON_SHOOTS
Lnet/minecraft/world/WorldEvents;ENDER_DRAGON_SHOOTS:I
-
BLAZE_SHOOTS
public static final int BLAZE_SHOOTSA blaze shoots a fireball or a fire charge is shot by a dispenser.
Plays the blaze shoot sound event.Called by
BlazeEntity.ShootFireballGoal#tick
, andDispenserBehavior
- See Also:
- Mappings:
Namespace Name Mixin selector official l
Lcto;l:I
intermediary field_31176
Lnet/minecraft/class_6088;field_31176:I
named BLAZE_SHOOTS
Lnet/minecraft/world/WorldEvents;BLAZE_SHOOTS:I
-
ZOMBIE_ATTACKS_WOODEN_DOOR
public static final int ZOMBIE_ATTACKS_WOODEN_DOORA zombie attacks a wooden door.
Plays the zombie attacking wooden door sound event.Called by
BreakDoorGoal#tick
- See Also:
- Mappings:
Namespace Name Mixin selector official m
Lcto;m:I
intermediary field_31177
Lnet/minecraft/class_6088;field_31177:I
named ZOMBIE_ATTACKS_WOODEN_DOOR
Lnet/minecraft/world/WorldEvents;ZOMBIE_ATTACKS_WOODEN_DOOR:I
-
ZOMBIE_ATTACKS_IRON_DOOR
public static final int ZOMBIE_ATTACKS_IRON_DOORA zombie attacks an iron door.
Plays the zombie attacking iron door sound event.
Goes unused.- See Also:
- Mappings:
Namespace Name Mixin selector official n
Lcto;n:I
intermediary field_31178
Lnet/minecraft/class_6088;field_31178:I
named ZOMBIE_ATTACKS_IRON_DOOR
Lnet/minecraft/world/WorldEvents;ZOMBIE_ATTACKS_IRON_DOOR:I
-
ZOMBIE_BREAKS_WOODEN_DOOR
public static final int ZOMBIE_BREAKS_WOODEN_DOORA zombie breaks a wooden door.
Plays the zombie breaking wooden door sound event.Called by
BreakDoorGoal#tick
- See Also:
- Mappings:
Namespace Name Mixin selector official o
Lcto;o:I
intermediary field_31179
Lnet/minecraft/class_6088;field_31179:I
named ZOMBIE_BREAKS_WOODEN_DOOR
Lnet/minecraft/world/WorldEvents;ZOMBIE_BREAKS_WOODEN_DOOR:I
-
WITHER_BREAKS_BLOCK
public static final int WITHER_BREAKS_BLOCKA wither breaks a block.
Plays the wither breaking block sound event.Called by
WitherEntity#mobTick
- See Also:
- Mappings:
Namespace Name Mixin selector official p
Lcto;p:I
intermediary field_31180
Lnet/minecraft/class_6088;field_31180:I
named WITHER_BREAKS_BLOCK
Lnet/minecraft/world/WorldEvents;WITHER_BREAKS_BLOCK:I
-
WITHER_SPAWNS
public static final int WITHER_SPAWNSA wither is spawned.
Plays the wither spawn sound event.
This is a global event.Called by
WitherEntity#mobTick
- See Also:
- Mappings:
Namespace Name Mixin selector official q
Lcto;q:I
intermediary field_31181
Lnet/minecraft/class_6088;field_31181:I
named WITHER_SPAWNS
Lnet/minecraft/world/WorldEvents;WITHER_SPAWNS:I
-
WITHER_SHOOTS
public static final int WITHER_SHOOTSA wither shoots a wither skull.
Plays the wither shoot sound event.Called by
WitherEntity#shootSkullAt
- See Also:
- Mappings:
Namespace Name Mixin selector official r
Lcto;r:I
intermediary field_31182
Lnet/minecraft/class_6088;field_31182:I
named WITHER_SHOOTS
Lnet/minecraft/world/WorldEvents;WITHER_SHOOTS:I
-
BAT_TAKES_OFF
public static final int BAT_TAKES_OFFA bat takes off.
Plays the bat take off sound event.Called by
BatEntity#mobTick
- See Also:
- Mappings:
Namespace Name Mixin selector official s
Lcto;s:I
intermediary field_31183
Lnet/minecraft/class_6088;field_31183:I
named BAT_TAKES_OFF
Lnet/minecraft/world/WorldEvents;BAT_TAKES_OFF:I
-
ZOMBIE_INFECTS_VILLAGER
public static final int ZOMBIE_INFECTS_VILLAGERA zombie infects a villager.
Plays the zombie infect villager sound event.Called by
ZombieEntity#onKilledOther
- See Also:
- Mappings:
Namespace Name Mixin selector official t
Lcto;t:I
intermediary field_31114
Lnet/minecraft/class_6088;field_31114:I
named ZOMBIE_INFECTS_VILLAGER
Lnet/minecraft/world/WorldEvents;ZOMBIE_INFECTS_VILLAGER:I
-
ZOMBIE_VILLAGER_CURED
public static final int ZOMBIE_VILLAGER_CUREDA zombie villager is cured.
Plays the zombie villager cured sound event.Called by
ZombieVillagerEntity#finishConversion
- See Also:
- Mappings:
Namespace Name Mixin selector official u
Lcto;u:I
intermediary field_31115
Lnet/minecraft/class_6088;field_31115:I
named ZOMBIE_VILLAGER_CURED
Lnet/minecraft/world/WorldEvents;ZOMBIE_VILLAGER_CURED:I
-
ENDER_DRAGON_DIES
public static final int ENDER_DRAGON_DIESAn ender dragon dies.
Plays the ender dragon death sound event.
This is a global event.Called by
EnderDragonEntity#updatePostDeath
- See Also:
- Mappings:
Namespace Name Mixin selector official v
Lcto;v:I
intermediary field_31116
Lnet/minecraft/class_6088;field_31116:I
named ENDER_DRAGON_DIES
Lnet/minecraft/world/WorldEvents;ENDER_DRAGON_DIES:I
-
ANVIL_DESTROYED
public static final int ANVIL_DESTROYEDAn anvil is destroyed from damage.
Plays the anvil destroyed sound event.Called by
AnvilBlock#onDestroyedOnLanding
, andAnvilScreenHandler#onTakeOutput
- See Also:
- Mappings:
Namespace Name Mixin selector official w
Lcto;w:I
intermediary field_31117
Lnet/minecraft/class_6088;field_31117:I
named ANVIL_DESTROYED
Lnet/minecraft/world/WorldEvents;ANVIL_DESTROYED:I
-
ANVIL_USED
public static final int ANVIL_USEDAn anvil is used.
Plays the anvil used sound event.Called by
AnvilScreenHandler#onTakeOutput
- See Also:
- Mappings:
Namespace Name Mixin selector official x
Lcto;x:I
intermediary field_31118
Lnet/minecraft/class_6088;field_31118:I
named ANVIL_USED
Lnet/minecraft/world/WorldEvents;ANVIL_USED:I
-
ANVIL_LANDS
public static final int ANVIL_LANDSAn anvil lands after falling.
Plays the anvil landing sound event.Called by
AnvilBlock#onLanding
- See Also:
- Mappings:
Namespace Name Mixin selector official y
Lcto;y:I
intermediary field_31119
Lnet/minecraft/class_6088;field_31119:I
named ANVIL_LANDS
Lnet/minecraft/world/WorldEvents;ANVIL_LANDS:I
-
TRAVEL_THROUGH_PORTAL
public static final int TRAVEL_THROUGH_PORTALA portal is traveled through.
Plays the portal travel sound event directly through the client's sound manager.Called by
ServerPlayerEntity#moveToWorld
- See Also:
- Mappings:
Namespace Name Mixin selector official z
Lcto;z:I
intermediary field_31120
Lnet/minecraft/class_6088;field_31120:I
named TRAVEL_THROUGH_PORTAL
Lnet/minecraft/world/WorldEvents;TRAVEL_THROUGH_PORTAL:I
-
CHORUS_FLOWER_GROWS
public static final int CHORUS_FLOWER_GROWSA chorus flower grows.
Plays the chorus flower growing sound event.Called by
ChorusFlowerBlock#grow
- See Also:
- Mappings:
Namespace Name Mixin selector official A
Lcto;A:I
intermediary field_31121
Lnet/minecraft/class_6088;field_31121:I
named CHORUS_FLOWER_GROWS
Lnet/minecraft/world/WorldEvents;CHORUS_FLOWER_GROWS:I
-
CHORUS_FLOWER_DIES
public static final int CHORUS_FLOWER_DIESA chorus flower dies.
Plays the chorus flower death sound event.Called by
ChorusFlowerBlock#die
- See Also:
- Mappings:
Namespace Name Mixin selector official B
Lcto;B:I
intermediary field_31122
Lnet/minecraft/class_6088;field_31122:I
named CHORUS_FLOWER_DIES
Lnet/minecraft/world/WorldEvents;CHORUS_FLOWER_DIES:I
-
BREWING_STAND_BREWS
public static final int BREWING_STAND_BREWSA brewing stand brews.
Plays the brewing stand brewing sound event.Called by
BrewingStandBlockEntity#craft
- See Also:
- Mappings:
Namespace Name Mixin selector official C
Lcto;C:I
intermediary field_31123
Lnet/minecraft/class_6088;field_31123:I
named BREWING_STAND_BREWS
Lnet/minecraft/world/WorldEvents;BREWING_STAND_BREWS:I
-
END_PORTAL_OPENED
public static final int END_PORTAL_OPENEDAn end portal is opened.
Plays the end portal spawn sound event.
This is a global event.Called by
EnderEyeItem#useOnBlock
- See Also:
- Mappings:
Namespace Name Mixin selector official D
Lcto;D:I
intermediary field_31126
Lnet/minecraft/class_6088;field_31126:I
named END_PORTAL_OPENED
Lnet/minecraft/world/WorldEvents;END_PORTAL_OPENED:I
-
PHANTOM_BITES
public static final int PHANTOM_BITESA phantom bites its victim.
Plays the phantom bite sound event.Called by
PhantomEntity.SwoopMovementGoal#tick
- See Also:
- Mappings:
Namespace Name Mixin selector official E
Lcto;E:I
intermediary field_31127
Lnet/minecraft/class_6088;field_31127:I
named PHANTOM_BITES
Lnet/minecraft/world/WorldEvents;PHANTOM_BITES:I
-
ZOMBIE_CONVERTS_TO_DROWNED
public static final int ZOMBIE_CONVERTS_TO_DROWNEDA zombie converts into a drowned.
Plays the zombie convert to drowned sound event.Called by
ZombieEntity#convertInWater
- See Also:
- Mappings:
Namespace Name Mixin selector official F
Lcto;F:I
intermediary field_31128
Lnet/minecraft/class_6088;field_31128:I
named ZOMBIE_CONVERTS_TO_DROWNED
Lnet/minecraft/world/WorldEvents;ZOMBIE_CONVERTS_TO_DROWNED:I
-
HUSK_CONVERTS_TO_ZOMBIE
public static final int HUSK_CONVERTS_TO_ZOMBIEA husk converts into a zombie.
Plays the husk convert to zombie sound event.Called by
HuskEntity#convertInWater
- See Also:
- Mappings:
Namespace Name Mixin selector official G
Lcto;G:I
intermediary field_31129
Lnet/minecraft/class_6088;field_31129:I
named HUSK_CONVERTS_TO_ZOMBIE
Lnet/minecraft/world/WorldEvents;HUSK_CONVERTS_TO_ZOMBIE:I
-
GRINDSTONE_USED
public static final int GRINDSTONE_USEDA grindstone is used.
Plays the grindstone used sound event.Called by
GrindstoneScreenHandler
- See Also:
- Mappings:
Namespace Name Mixin selector official H
Lcto;H:I
intermediary field_31130
Lnet/minecraft/class_6088;field_31130:I
named GRINDSTONE_USED
Lnet/minecraft/world/WorldEvents;GRINDSTONE_USED:I
-
LECTERN_BOOK_PAGE_TURNED
public static final int LECTERN_BOOK_PAGE_TURNEDA page is turned in a book on a lectern.
Plays the page turn sound event.Called by
LecternBlock#setPowered
- See Also:
- Mappings:
Namespace Name Mixin selector official I
Lcto;I:I
intermediary field_31131
Lnet/minecraft/class_6088;field_31131:I
named LECTERN_BOOK_PAGE_TURNED
Lnet/minecraft/world/WorldEvents;LECTERN_BOOK_PAGE_TURNED:I
-
SMITHING_TABLE_USED
public static final int SMITHING_TABLE_USEDA smithing table is used.
Plays the smithing table used sound event.Called by
SmithingScreenHandler#onTakeOutput
- See Also:
- Mappings:
Namespace Name Mixin selector official J
Lcto;J:I
intermediary field_31132
Lnet/minecraft/class_6088;field_31132:I
named SMITHING_TABLE_USED
Lnet/minecraft/world/WorldEvents;SMITHING_TABLE_USED:I
-
POINTED_DRIPSTONE_LANDS
public static final int POINTED_DRIPSTONE_LANDSA pointed dripstone lands after falling.
Plays the pointed dripstone landing sound event.- See Also:
- Mappings:
Namespace Name Mixin selector official K
Lcto;K:I
intermediary field_31133
Lnet/minecraft/class_6088;field_31133:I
named POINTED_DRIPSTONE_LANDS
Lnet/minecraft/world/WorldEvents;POINTED_DRIPSTONE_LANDS:I
-
POINTED_DRIPSTONE_DRIPS_LAVA_INTO_CAULDRON
public static final int POINTED_DRIPSTONE_DRIPS_LAVA_INTO_CAULDRONA pointed dripstone drips lava into a cauldron.
Plays the pointed dripstone dripping lava into cauldron sound event.Called by
CauldronBlock#fillFromDripstone
- See Also:
- Mappings:
Namespace Name Mixin selector official L
Lcto;L:I
intermediary field_31134
Lnet/minecraft/class_6088;field_31134:I
named POINTED_DRIPSTONE_DRIPS_LAVA_INTO_CAULDRON
Lnet/minecraft/world/WorldEvents;POINTED_DRIPSTONE_DRIPS_LAVA_INTO_CAULDRON:I
-
POINTED_DRIPSTONE_DRIPS_WATER_INTO_CAULDRON
public static final int POINTED_DRIPSTONE_DRIPS_WATER_INTO_CAULDRONA pointed dripstone drips water into a cauldron.
Plays the pointed dripstone dripping water into cauldron sound event.Called by
CauldronBlock#fillFromDripstone
, andLeveledCauldronBlock#fillFromDripstone
- See Also:
- Mappings:
Namespace Name Mixin selector official M
Lcto;M:I
intermediary field_31135
Lnet/minecraft/class_6088;field_31135:I
named POINTED_DRIPSTONE_DRIPS_WATER_INTO_CAULDRON
Lnet/minecraft/world/WorldEvents;POINTED_DRIPSTONE_DRIPS_WATER_INTO_CAULDRON:I
-
SKELETON_CONVERTS_TO_STRAY
public static final int SKELETON_CONVERTS_TO_STRAYA skeleton converts into a stray.
Plays the skeleton convert to stray sound event.Called by
SkeletonEntity#convertToStray
- See Also:
- Mappings:
Namespace Name Mixin selector official N
Lcto;N:I
intermediary field_31136
Lnet/minecraft/class_6088;field_31136:I
named SKELETON_CONVERTS_TO_STRAY
Lnet/minecraft/world/WorldEvents;SKELETON_CONVERTS_TO_STRAY:I
-
COMPOSTER_USED
public static final int COMPOSTER_USEDAn item is composted in a composter.
Plays the appropriate composting sound event and spawns composter particles.A
1
should be passed as extra data if the use of the composter added to the level of compost inside.Called by
ComposterBlock#onUse
,ComposterBlock.ComposterInventory#markDirty
, andFarmerWorkTask#syncComposterEvent
- See Also:
- Mappings:
Namespace Name Mixin selector official O
Lcto;O:I
intermediary field_31137
Lnet/minecraft/class_6088;field_31137:I
named COMPOSTER_USED
Lnet/minecraft/world/WorldEvents;COMPOSTER_USED:I
-
LAVA_EXTINGUISHED
public static final int LAVA_EXTINGUISHEDLava is extinguished.
Plays the lava extinguish sound event and spawns large smoke particles.Called by
FluidBlock#playExtinguishSound
, andLavaFluid#playExtinguishEvent
- See Also:
- Mappings:
Namespace Name Mixin selector official P
Lcto;P:I
intermediary field_31138
Lnet/minecraft/class_6088;field_31138:I
named LAVA_EXTINGUISHED
Lnet/minecraft/world/WorldEvents;LAVA_EXTINGUISHED:I
-
REDSTONE_TORCH_BURNS_OUT
public static final int REDSTONE_TORCH_BURNS_OUTA redstone torch burns out.
Plays the redstone torch burn out sound event and spawns smoke particles.Called by
RedstoneTorchBlock#scheduledTick
- See Also:
- Mappings:
Namespace Name Mixin selector official Q
Lcto;Q:I
intermediary field_31139
Lnet/minecraft/class_6088;field_31139:I
named REDSTONE_TORCH_BURNS_OUT
Lnet/minecraft/world/WorldEvents;REDSTONE_TORCH_BURNS_OUT:I
-
END_PORTAL_FRAME_FILLED
public static final int END_PORTAL_FRAME_FILLEDAn end portal frame is filled with an eye of ender.
Plays the end portal frame filled sound event and spawns smoke particles.Called by
EnderEyeItem#useOnBlock
- See Also:
- Mappings:
Namespace Name Mixin selector official R
Lcto;R:I
intermediary field_31141
Lnet/minecraft/class_6088;field_31141:I
named END_PORTAL_FRAME_FILLED
Lnet/minecraft/world/WorldEvents;END_PORTAL_FRAME_FILLED:I
-
POINTED_DRIPSTONE_DRIPS
public static final int POINTED_DRIPSTONE_DRIPSA pointed dripstone drips fluid particles.
Spawns dripping fluid particles.Called by
PointedDripstoneBlock#dripTick
- See Also:
- Mappings:
Namespace Name Mixin selector official S
Lcto;S:I
intermediary field_31142
Lnet/minecraft/class_6088;field_31142:I
named POINTED_DRIPSTONE_DRIPS
Lnet/minecraft/world/WorldEvents;POINTED_DRIPSTONE_DRIPS:I
-
BONE_MEAL_USED
public static final int BONE_MEAL_USEDBone meal is used.
Plays the bone meal item used sound event and spawns happy villager particles.Called by
BoneMealItem#useOnBlock
, an anonymous class inDispenserBehavior#registerDefaults
, andBoneMealTask#keepRunning
- See Also:
- Mappings:
Namespace Name Mixin selector official T
Lcto;T:I
intermediary field_33511
Lnet/minecraft/class_6088;field_33511:I
named BONE_MEAL_USED
Lnet/minecraft/world/WorldEvents;BONE_MEAL_USED:I
-
DISPENSER_ACTIVATED
public static final int DISPENSER_ACTIVATEDA dispenser is activated.
Spawns smoke particles.
The ordinal direction the dispenser is facing must be supplied as extra data.Called by
ItemDispenserBehavior#spawnParticles
- See Also:
- Mappings:
Namespace Name Mixin selector official U
Lcto;U:I
intermediary field_31143
Lnet/minecraft/class_6088;field_31143:I
named DISPENSER_ACTIVATED
Lnet/minecraft/world/WorldEvents;DISPENSER_ACTIVATED:I
-
BLOCK_BROKEN
public static final int BLOCK_BROKENA block is broken.
Plays the appropriate block breaking sound event and spawns block breaking particles.The raw ID of the block must be supplied as extra data.
Called by
Block#spawnBreakParticles
,TallPlantBlock#onBreakInCreative
,BreakDoorGoal#tick
,CarvedPumpkinBlock#trySpawnEntity
,EatGrassGoal#tick
,FoxEntity#tick
,PowderSnowBlock#tryDrainFluid
,RabbitEntity.EatCarrotCropGoal#tick
,SpongeBlock#update
,TurtleEggBlock#breakEgg
,TurtleEggBlock#randomTick
,TurtleEntity#tickMovement
,WitherSkullBlock#onPlaced
, andWorld#breakBlock
- See Also:
- Mappings:
Namespace Name Mixin selector official V
Lcto;V:I
intermediary field_31144
Lnet/minecraft/class_6088;field_31144:I
named BLOCK_BROKEN
Lnet/minecraft/world/WorldEvents;BLOCK_BROKEN:I
-
SPLASH_POTION_SPLASHED
public static final int SPLASH_POTION_SPLASHEDA non-instant splash potion is splashed.
Plays the splash potion breaking sound event and spawns splash potion particles.The hex color of the potion must be supplied as extra data.
For instant effects such as Instant Health and Instant Damage, use
INSTANT_SPLASH_POTION_SPLASHED
.Called by
ExperienceBottleEntity#onCollision
, andPotionEntity#onCollision
- See Also:
- Mappings:
Namespace Name Mixin selector official W
Lcto;W:I
intermediary field_31145
Lnet/minecraft/class_6088;field_31145:I
named SPLASH_POTION_SPLASHED
Lnet/minecraft/world/WorldEvents;SPLASH_POTION_SPLASHED:I
-
EYE_OF_ENDER_BREAKS
public static final int EYE_OF_ENDER_BREAKSA thrown eye of ender breaks.
Spawns several particles.Called by
EyeOfEnderEntity#tick
- See Also:
- Mappings:
Namespace Name Mixin selector official X
Lcto;X:I
intermediary field_31146
Lnet/minecraft/class_6088;field_31146:I
named EYE_OF_ENDER_BREAKS
Lnet/minecraft/world/WorldEvents;EYE_OF_ENDER_BREAKS:I
-
SPAWNER_SPAWNS_MOB
public static final int SPAWNER_SPAWNS_MOBA spawner spawns a mob.
Spawns smoke and flame particles.Called by
MobSpawnerLogic#serverTick
- See Also:
- Mappings:
Namespace Name Mixin selector official Y
Lcto;Y:I
intermediary field_31147
Lnet/minecraft/class_6088;field_31147:I
named SPAWNER_SPAWNS_MOB
Lnet/minecraft/world/WorldEvents;SPAWNER_SPAWNS_MOB:I
-
PLANT_FERTILIZED
public static final int PLANT_FERTILIZEDA plant is fertilized with bone meal or by a bee, or a turtle egg is placed.
Spawns happy villager particles.Called by
BeeEntity.GrowCropsGoal#tick
,BoneMealItem#useOnBlock
,BoneMealTask#keepRunning
,DispenserBehavior
, andTurtleEggBlock#onBlockAdded
- See Also:
- Mappings:
Namespace Name Mixin selector official Z
Lcto;Z:I
intermediary field_31148
Lnet/minecraft/class_6088;field_31148:I
named PLANT_FERTILIZED
Lnet/minecraft/world/WorldEvents;PLANT_FERTILIZED:I
-
DRAGON_BREATH_CLOUD_SPAWNS
public static final int DRAGON_BREATH_CLOUD_SPAWNSA dragon breath cloud spawns.
Plays the dragon fireball explode sound event and spawns dragon breath particles.Called by
DragonFireballEntity#onCollision
- See Also:
- Mappings:
Namespace Name Mixin selector official aa
Lcto;aa:I
intermediary field_31149
Lnet/minecraft/class_6088;field_31149:I
named DRAGON_BREATH_CLOUD_SPAWNS
Lnet/minecraft/world/WorldEvents;DRAGON_BREATH_CLOUD_SPAWNS:I
-
INSTANT_SPLASH_POTION_SPLASHED
public static final int INSTANT_SPLASH_POTION_SPLASHEDAn instant splash potion is splashed.
Plays the splash potion breaking sound event and spawns instant splash potion particles.The hex color of the potion must be supplied as extra data.
For non-instant effects, use
SPLASH_POTION_SPLASHED
.Called by
PotionEntity#onCollision
- See Also:
- Mappings:
Namespace Name Mixin selector official ab
Lcto;ab:I
intermediary field_31150
Lnet/minecraft/class_6088;field_31150:I
named INSTANT_SPLASH_POTION_SPLASHED
Lnet/minecraft/world/WorldEvents;INSTANT_SPLASH_POTION_SPLASHED:I
-
ENDER_DRAGON_BREAKS_BLOCK
public static final int ENDER_DRAGON_BREAKS_BLOCKAn ender dragon breaks a block.
Spawns an explosion particle.Called by
EnderDragonEntity#destroyBlocks
- See Also:
- Mappings:
Namespace Name Mixin selector official ac
Lcto;ac:I
intermediary field_31151
Lnet/minecraft/class_6088;field_31151:I
named ENDER_DRAGON_BREAKS_BLOCK
Lnet/minecraft/world/WorldEvents;ENDER_DRAGON_BREAKS_BLOCK:I
-
WET_SPONGE_DRIES_OUT
public static final int WET_SPONGE_DRIES_OUTA wet sponge dries out in an ultrawarm dimension.
Spawns cloud particles.Called by
WetSpongeBlock#onBlockAdded
- See Also:
- Mappings:
Namespace Name Mixin selector official ad
Lcto;ad:I
intermediary field_31152
Lnet/minecraft/class_6088;field_31152:I
named WET_SPONGE_DRIES_OUT
Lnet/minecraft/world/WorldEvents;WET_SPONGE_DRIES_OUT:I
-
END_GATEWAY_SPAWNS
public static final int END_GATEWAY_SPAWNSAn end gateway spawns.
Plays the end gateway spawn sound event and spawns an explosion emitter particle.Called by
EnderDragonFight#generateEndGateway
- See Also:
- Mappings:
Namespace Name Mixin selector official ae
Lcto;ae:I
intermediary field_31153
Lnet/minecraft/class_6088;field_31153:I
named END_GATEWAY_SPAWNS
Lnet/minecraft/world/WorldEvents;END_GATEWAY_SPAWNS:I
-
ENDER_DRAGON_RESURRECTED
public static final int ENDER_DRAGON_RESURRECTEDThe ender dragon is being resurrected.
Plays the ender dragon growl sound event.Called by
EnderDragonSpawnState#run
- See Also:
- Mappings:
Namespace Name Mixin selector official af
Lcto;af:I
intermediary field_31154
Lnet/minecraft/class_6088;field_31154:I
named ENDER_DRAGON_RESURRECTED
Lnet/minecraft/world/WorldEvents;ENDER_DRAGON_RESURRECTED:I
-
ELECTRICITY_SPARKS
public static final int ELECTRICITY_SPARKSElectricity sparks after lightning hits a lightning rod or oxidizable blocks.
Spawns electric spark particles.The ordinal direction the lightning rod is facing must be supplied as extra data.
A-1
should be passed if the event is called by a lightning entity itself.Called by
LightningRodBlock#setPowered
, andLightningEntity#cleanOxidationAround
- See Also:
- Mappings:
Namespace Name Mixin selector official ag
Lcto;ag:I
intermediary field_31155
Lnet/minecraft/class_6088;field_31155:I
named ELECTRICITY_SPARKS
Lnet/minecraft/world/WorldEvents;ELECTRICITY_SPARKS:I
-
BLOCK_WAXED
public static final int BLOCK_WAXEDA block is waxed.
Plays the block waxing sound event and spawns waxing particles.Called by
HoneycombItem#useOnBlock
- See Also:
- Mappings:
Namespace Name Mixin selector official ah
Lcto;ah:I
intermediary field_31156
Lnet/minecraft/class_6088;field_31156:I
named BLOCK_WAXED
Lnet/minecraft/world/WorldEvents;BLOCK_WAXED:I
-
WAX_REMOVED
public static final int WAX_REMOVEDWax is removed from a block.
Spawns wax removal particles.Called by
AxeItem#useOnBlock
- See Also:
- Mappings:
Namespace Name Mixin selector official ai
Lcto;ai:I
intermediary field_31157
Lnet/minecraft/class_6088;field_31157:I
named WAX_REMOVED
Lnet/minecraft/world/WorldEvents;WAX_REMOVED:I
-
BLOCK_SCRAPED
public static final int BLOCK_SCRAPEDA block is scraped.
Spawns scraping particles.Called by
AxeItem#useOnBlock
- See Also:
- Mappings:
Namespace Name Mixin selector official aj
Lcto;aj:I
intermediary field_31158
Lnet/minecraft/class_6088;field_31158:I
named BLOCK_SCRAPED
Lnet/minecraft/world/WorldEvents;BLOCK_SCRAPED:I
-
SCULK_CHARGE
public static final int SCULK_CHARGE- See Also:
- Mappings:
Namespace Name Mixin selector official ak
Lcto;ak:I
intermediary field_37586
Lnet/minecraft/class_6088;field_37586:I
named SCULK_CHARGE
Lnet/minecraft/world/WorldEvents;SCULK_CHARGE:I
-
SCULK_SHRIEKS
public static final int SCULK_SHRIEKSA sculk shrieker shrieks.
Spawns shriek particles and plays the shriek sound event.
Called bySculkShriekerBlockEntity#shriek
- See Also:
- Mappings:
Namespace Name Mixin selector official al
Lcto;al:I
intermediary field_38228
Lnet/minecraft/class_6088;field_38228:I
named SCULK_SHRIEKS
Lnet/minecraft/world/WorldEvents;SCULK_SHRIEKS:I
-
field_42759
public static final int field_42759- See Also:
- Mappings:
Namespace Name Mixin selector official am
Lcto;am:I
intermediary field_42759
Lnet/minecraft/class_6088;field_42759:I
named field_42759
Lnet/minecraft/world/WorldEvents;field_42759:I
-
-
Constructor Details
-
WorldEvents
public WorldEvents()
-