Class FWSculkHordeCompat

java.lang.Object
nokunami.floral_warfare.compat.sculkHorde.FWSculkHordeCompat

public class FWSculkHordeCompat extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    areaOfEffect(Plantern entity, net.minecraft.world.level.Level level)
     
    static void
    damageEvent(net.minecraftforge.event.entity.living.LivingDamageEvent event)
     
    static void
    effectAddedEvent(net.minecraftforge.event.entity.living.MobEffectEvent.Added event)
     
    static void
    effectAppliedEvent(net.minecraftforge.event.entity.living.MobEffectEvent.Applicable event)
     
    static void
    planternAura(net.minecraft.world.entity.LivingEntity mob)
     
    static void
    sculkHordePurifierFunctions(Plantern plantern, net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.entity.Entity entity1, net.minecraft.world.entity.Entity entity2, net.minecraft.world.entity.Entity entity3, net.minecraft.world.entity.Entity entity4)
     
    static void
    tellServerToSpawnCursors(Plantern plantern, net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.entity.Entity entity1, net.minecraft.world.entity.Entity entity2, net.minecraft.world.entity.Entity entity3, net.minecraft.world.entity.Entity entity4)
     

    Methods inherited from class java.lang.Object

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

    • FWSculkHordeCompat

      public FWSculkHordeCompat()
  • Method Details

    • sculkHordePurifierFunctions

      public static void sculkHordePurifierFunctions(Plantern plantern, net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.entity.Entity entity1, net.minecraft.world.entity.Entity entity2, net.minecraft.world.entity.Entity entity3, net.minecraft.world.entity.Entity entity4)
    • tellServerToSpawnCursors

      public static void tellServerToSpawnCursors(Plantern plantern, net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.entity.Entity entity1, net.minecraft.world.entity.Entity entity2, net.minecraft.world.entity.Entity entity3, net.minecraft.world.entity.Entity entity4)
    • areaOfEffect

      public static void areaOfEffect(Plantern entity, net.minecraft.world.level.Level level)
    • planternAura

      public static void planternAura(net.minecraft.world.entity.LivingEntity mob)
    • damageEvent

      public static void damageEvent(net.minecraftforge.event.entity.living.LivingDamageEvent event)
    • effectAppliedEvent

      public static void effectAppliedEvent(net.minecraftforge.event.entity.living.MobEffectEvent.Applicable event)
    • effectAddedEvent

      public static void effectAddedEvent(net.minecraftforge.event.entity.living.MobEffectEvent.Added event)