mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-12-04 21:01:02 -05:00
Initial names for operations based on source code analyzation.
This commit is contained in:
parent
fa3ced180a
commit
332d179a15
1 changed files with 3 additions and 3 deletions
|
@ -291,9 +291,9 @@ public class Constants {
|
||||||
* Contains entity attribute modifier operations.
|
* Contains entity attribute modifier operations.
|
||||||
*/
|
*/
|
||||||
public static class ModifierOperations {
|
public static class ModifierOperations {
|
||||||
public static final int UNKNOWN0 = 0;
|
public static final int ADD = 0;
|
||||||
public static final int UNKNOWN1 = 1;
|
public static final int ADD_MULTIPLIED = 1;
|
||||||
public static final int UNKNOWN2 = 2;
|
public static final int MULTIPLY = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue