Class FWAttributeCreation

java.lang.Object
nokunami.floral_warfare.FWAttributeCreation

public class FWAttributeCreation extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    FWAttributes(net.minecraftforge.event.entity.EntityAttributeCreationEvent event)
     
    static void
    plants(net.minecraftforge.event.entity.EntityAttributeCreationEvent event)
     
    static net.minecraft.world.entity.ai.attributes.AttributeSupplier.Builder
     
    static net.minecraft.world.entity.ai.attributes.AttributeSupplier.Builder
     
    static net.minecraft.world.entity.ai.attributes.AttributeSupplier.Builder
     
    static net.minecraft.world.entity.ai.attributes.AttributeSupplier.Builder
     
    static net.minecraft.world.entity.ai.attributes.AttributeSupplier.Builder
     
    static net.minecraft.world.entity.ai.attributes.AttributeSupplier.Builder
     
    static void
    zombies(net.minecraftforge.event.entity.EntityAttributeCreationEvent event)
     

    Methods inherited from class java.lang.Object

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

    • FWAttributeCreation

      public FWAttributeCreation()
  • Method Details

    • FWAttributes

      public static void FWAttributes(net.minecraftforge.event.entity.EntityAttributeCreationEvent event)
    • plants

      public static void plants(net.minecraftforge.event.entity.EntityAttributeCreationEvent event)
    • zombies

      public static void zombies(net.minecraftforge.event.entity.EntityAttributeCreationEvent event)
    • tier1Sun

      public static net.minecraft.world.entity.ai.attributes.AttributeSupplier.Builder tier1Sun()
    • tier2Sun

      public static net.minecraft.world.entity.ai.attributes.AttributeSupplier.Builder tier2Sun()
    • tier3Sun

      public static net.minecraft.world.entity.ai.attributes.AttributeSupplier.Builder tier3Sun()
    • tier1Generic

      public static net.minecraft.world.entity.ai.attributes.AttributeSupplier.Builder tier1Generic()
    • tier2Generic

      public static net.minecraft.world.entity.ai.attributes.AttributeSupplier.Builder tier2Generic()
    • tier3Generic

      public static net.minecraft.world.entity.ai.attributes.AttributeSupplier.Builder tier3Generic()