net.minecraft.world.entity.monster

public class SharedMonsterAttributes

axa
net.minecraft.world.entity.monster.SharedMonsterAttributes
net.minecraft.class_1612
net.minecraft.entity.attribute.EntityAttributes
net.minecraft.entity.SharedMonsterAttributes
net.minecraft.server.v1_15_R1.GenericAttributes

Field summary

Modifier and TypeField
private static final org.apache.logging.log4j.Logger
l
LOGGER
field_7354
LOGGER
field_151476_f
public static final Attribute
a
MAX_HEALTH
field_7359
MAX_HEALTH
field_111267_a
MAX_HEALTH
public static final Attribute
b
FOLLOW_RANGE
field_7365
FOLLOW_RANGE
field_111265_b
FOLLOW_RANGE
public static final Attribute
c
KNOCKBACK_RESISTANCE
field_7360
KNOCKBACK_RESISTANCE
field_111266_c
KNOCKBACK_RESISTANCE
public static final Attribute
d
MOVEMENT_SPEED
field_7357
MOVEMENT_SPEED
field_111263_d
MOVEMENT_SPEED
public static final Attribute
e
FLYING_SPEED
field_7355
FLYING_SPEED
field_193334_e
FLYING_SPEED
public static final Attribute
f
ATTACK_DAMAGE
field_7363
ATTACK_DAMAGE
field_111264_e
ATTACK_DAMAGE
public static final Attribute
g
ATTACK_KNOCKBACK
field_7361
ATTACK_KNOCKBACK
field_221120_g
ATTACK_KNOCKBACK
public static final Attribute
h
ATTACK_SPEED
field_7356
ATTACK_SPEED
field_188790_f
ATTACK_SPEED
public static final Attribute
i
ARMOR
field_7358
ARMOR
field_188791_g
ARMOR
public static final Attribute
j
ARMOR_TOUGHNESS
field_7364
ARMOR_TOUGHNESS
field_189429_h
ARMOR_TOUGHNESS
public static final Attribute
k
LUCK
field_7362
LUCK
field_188792_h
LUCK

Method summary

Modifier and TypeMethod
public static ListTag
a(alr arg0)
saveAttributes(BaseAttributeMap arg0)
method_7134(class_1325 arg0)
toTag(AbstractEntityAttributeContainer container)
func_111257_a(AbstractAttributeMap arg0)
private static CompoundTag
a(alo arg0)
saveAttribute(AttributeInstance arg0)
method_7130(class_1324 arg0)
toTag(EntityAttributeInstance instance)
func_111261_a(IAttributeInstance arg0)
public static CompoundTag
a(alp arg0)
saveAttributeModifier(AttributeModifier arg0)
method_7135(class_1322 arg0)
toTag(EntityAttributeModifier modifier)
func_111262_a(AttributeModifier arg0)
public static void
a(alr arg0, jz arg1)
loadAttributes(BaseAttributeMap arg0, ListTag arg1)
method_7131(class_1325 arg0, class_2499 arg1)
fromTag(AbstractEntityAttributeContainer container, ListTag tag)
func_151475_a(AbstractAttributeMap arg0, ListNBT arg1)
private static void
a(alo arg0, jt arg1)
loadAttribute(AttributeInstance arg0, CompoundTag arg1)
method_7132(class_1324 arg0, class_2487 arg1)
fromTag(EntityAttributeInstance instance, CompoundTag tag)
func_111258_a(IAttributeInstance arg0, CompoundNBT arg1)
public static AttributeModifier
a(jt arg0)
loadAttributeModifier(CompoundTag arg0)
method_7133(class_2487 arg0)
createFromTag(CompoundTag tag)
func_111259_a(CompoundNBT arg0)