public class SPacketEntityProperties.Snapshot
extends java.lang.Object
Constructor and Description |
---|
Snapshot(java.lang.String nameIn,
double baseValueIn,
java.util.Collection<AttributeModifier> modifiersIn) |
Modifier and Type | Method and Description |
---|---|
double |
getBaseValue() |
java.util.Collection<AttributeModifier> |
getModifiers() |
java.lang.String |
getName() |
public Snapshot(java.lang.String nameIn, double baseValueIn, java.util.Collection<AttributeModifier> modifiersIn)
public java.lang.String getName()
public double getBaseValue()
public java.util.Collection<AttributeModifier> getModifiers()