クラス | 説明 |
---|---|
AnimalTameEvent |
This event is fired when an
EntityAnimal is tamed. |
BabyEntitySpawnEvent |
BabyEntitySpawnEvent is fired just before a baby entity is about to be spawned.
|
EnderTeleportEvent |
Event for when an Enderman/Shulker teleports or an ender pearl is used.
|
LivingAttackEvent |
LivingAttackEvent is fired when a living Entity is attacked.
|
LivingDamageEvent |
LivingDamageEvent is fired just before damage is applied to entity.
|
LivingDeathEvent |
LivingDeathEvent is fired when an Entity dies.
|
LivingDestroyBlockEvent |
Fired when the ender dragon or wither attempts to destroy a block and when ever a zombie attempts to break a door.
|
LivingDropsEvent |
LivingDropsEvent is fired when an Entity's death causes dropped items to appear.
|
LivingEntityUseItemEvent | |
LivingEntityUseItemEvent.Finish |
Fired after an item has fully finished being used.
|
LivingEntityUseItemEvent.Start |
Fired when a player starts 'using' an item, typically when they hold right mouse.
|
LivingEntityUseItemEvent.Stop |
Fired when a player stops using an item without the use duration timing out.
|
LivingEntityUseItemEvent.Tick |
Fired every tick that a player is 'using' an item, see
LivingEntityUseItemEvent.Start for info. |
LivingEquipmentChangeEvent |
LivingEquipmentChangeEvent is fired when the Equipment of a Entity changes. |
LivingEvent |
LivingEvent is fired whenever an event involving Living entities occurs.
|
LivingEvent.LivingJumpEvent |
LivingJumpEvent is fired when an Entity jumps.
|
LivingEvent.LivingUpdateEvent |
LivingUpdateEvent is fired when an Entity is updated.
|
LivingExperienceDropEvent |
Event for when an entity drops experience on its death, can be used to change
the amount of experience points dropped or completely prevent dropping of experience
by canceling the event.
|
LivingFallEvent |
LivingFallEvent is fired when an Entity is set to be falling.
|
LivingHealEvent |
LivingHealEvent is fired when an Entity is set to be healed.
|
LivingHurtEvent |
LivingHurtEvent is fired when an Entity is set to be hurt.
|
LivingKnockBackEvent |
LivingKnockBackEvent is fired when a living entity is about to be knocked back.
|
LivingPackSizeEvent | |
LivingSetAttackTargetEvent |
LivingSetAttackTargetEvent is fired when an Entity sets a target to attack.
|
LivingSpawnEvent |
LivingSpawnEvent is fired for any events associated with Living Entities spawn status.
|
LivingSpawnEvent.AllowDespawn |
Fired each tick for despawnable mobs to allow control over despawning.
|
LivingSpawnEvent.CheckSpawn |
Fires before mob spawn events.
|
LivingSpawnEvent.SpecialSpawn |
SpecialSpawn is fired when an Entity is to be spawned.
|
LootingLevelEvent | |
PotionColorCalculationEvent |
Fires after Potion Color Calculation.
|
PotionEvent |
This Event and its subevents gets fired from
EntityLivingBase on the MinecraftForge.EVENT_BUS . |
PotionEvent.PotionAddedEvent |
This Event is fired when a new Potion is added to the Entity.
|
PotionEvent.PotionApplicableEvent |
This Event is fired to check if a Potion can get applied to an Entity.
|
PotionEvent.PotionExpiryEvent |
This Event is fired when a Potion effect expires on an Entity.
|
PotionEvent.PotionRemoveEvent |
This Event is fired when a Potion is about to get removed from an Entity.
|
ZombieEvent |
ZombieEvent is fired whenever a zombie is spawned for aid.
|
ZombieEvent.SummonAidEvent |
SummonAidEvent is fired when a Zombie Entity is summoned.
|