Class AttributeBuilder
java.lang.Object
net.ntrdeal.realapi.entity.AttributeBuilder
-
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.core.Holder<net.minecraft.world.entity.ai.attributes.Attribute> languageKey(String languageKey) static AttributeBuilderof(net.minecraft.resources.ResourceKey<net.minecraft.world.entity.ai.attributes.Attribute> key) range(double fallback, double min, double max) sentiment(net.minecraft.world.entity.ai.attributes.Attribute.Sentiment sentiment) sync()
-
Method Details
-
of
public static AttributeBuilder of(net.minecraft.resources.ResourceKey<net.minecraft.world.entity.ai.attributes.Attribute> key) -
languageKey
-
range
-
sync
-
sentiment
public AttributeBuilder sentiment(net.minecraft.world.entity.ai.attributes.Attribute.Sentiment sentiment) -
buildAndRegister
public net.minecraft.core.Holder<net.minecraft.world.entity.ai.attributes.Attribute> buildAndRegister()
-