Package nokunami.floral_warfare
Class FWAttributeCreation
java.lang.Object
nokunami.floral_warfare.FWAttributeCreation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidFWAttributes(net.minecraftforge.event.entity.EntityAttributeCreationEvent event) static voidplants(net.minecraftforge.event.entity.EntityAttributeCreationEvent event) static net.minecraft.world.entity.ai.attributes.AttributeSupplier.Builderstatic net.minecraft.world.entity.ai.attributes.AttributeSupplier.Buildertier1Sun()static net.minecraft.world.entity.ai.attributes.AttributeSupplier.Builderstatic net.minecraft.world.entity.ai.attributes.AttributeSupplier.Buildertier2Sun()static net.minecraft.world.entity.ai.attributes.AttributeSupplier.Builderstatic net.minecraft.world.entity.ai.attributes.AttributeSupplier.Buildertier3Sun()static voidzombies(net.minecraftforge.event.entity.EntityAttributeCreationEvent event)
-
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()
-