Class FWSculkHordeCompat
java.lang.Object
nokunami.floral_warfare.compat.sculkHorde.FWSculkHordeCompat
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidareaOfEffect(Plantern entity, net.minecraft.world.level.Level level) static voiddamageEvent(net.minecraftforge.event.entity.living.LivingDamageEvent event) static voideffectAddedEvent(net.minecraftforge.event.entity.living.MobEffectEvent.Added event) static voideffectAppliedEvent(net.minecraftforge.event.entity.living.MobEffectEvent.Applicable event) static voidplanternAura(net.minecraft.world.entity.LivingEntity mob) static voidsculkHordePurifierFunctions(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 voidtellServerToSpawnCursors(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)
-
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
-
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)
-