java.lang.Object
tech.anonymoushacker1279.immersiveweapons.event.game_effects.EnvironmentEffects

public class EnvironmentEffects extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    celestialProtectionEffect(net.neoforged.neoforge.event.entity.living.LivingHurtEvent event, net.minecraft.world.entity.LivingEntity damagedEntity)
     
    static void
    damageVulnerabilityEffect(net.neoforged.neoforge.event.entity.living.LivingHurtEvent event, net.minecraft.world.entity.LivingEntity damagedEntity)
     
    static void
    moltenArmorSetBonus(net.neoforged.neoforge.event.entity.living.LivingHurtEvent event, @Nullable net.minecraft.world.entity.LivingEntity sourceEntity, net.minecraft.world.entity.LivingEntity damagedEntity)
     
    static void
    starstormArmorSetBonus(net.neoforged.neoforge.event.entity.living.LivingHurtEvent event, @Nullable net.minecraft.world.entity.LivingEntity sourceEntity)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EnvironmentEffects

      public EnvironmentEffects()
  • Method Details

    • celestialProtectionEffect

      public static void celestialProtectionEffect(net.neoforged.neoforge.event.entity.living.LivingHurtEvent event, net.minecraft.world.entity.LivingEntity damagedEntity)
    • damageVulnerabilityEffect

      public static void damageVulnerabilityEffect(net.neoforged.neoforge.event.entity.living.LivingHurtEvent event, net.minecraft.world.entity.LivingEntity damagedEntity)
    • starstormArmorSetBonus

      public static void starstormArmorSetBonus(net.neoforged.neoforge.event.entity.living.LivingHurtEvent event, @Nullable @Nullable net.minecraft.world.entity.LivingEntity sourceEntity)
    • moltenArmorSetBonus

      public static void moltenArmorSetBonus(net.neoforged.neoforge.event.entity.living.LivingHurtEvent event, @Nullable @Nullable net.minecraft.world.entity.LivingEntity sourceEntity, net.minecraft.world.entity.LivingEntity damagedEntity)