mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-04-14 19:56:02 +02:00
!Small changes, update lib
This commit is contained in:
parent
e3ee795260
commit
d0c2cee5bd
BIN
lib/MMOLib.jar
BIN
lib/MMOLib.jar
Binary file not shown.
@ -61,6 +61,9 @@ public class PlayerStats {
|
||||
return new CachedStats();
|
||||
}
|
||||
|
||||
/*
|
||||
* TODO merge this with MMOLib CachedStatMap
|
||||
*/
|
||||
public class CachedStats {
|
||||
|
||||
/*
|
||||
|
@ -31,9 +31,9 @@ public class EntityManager implements Listener {
|
||||
* evoker fangs or shulker missiles. it can correspond to the damage the
|
||||
* entity is supposed to deal, etc
|
||||
*/
|
||||
private Map<Integer, Object[]> entities = new HashMap<>();
|
||||
private final Map<Integer, Object[]> entities = new HashMap<>();
|
||||
|
||||
private Map<Integer, ProjectileData> projectiles = new HashMap<>();
|
||||
private final Map<Integer, ProjectileData> projectiles = new HashMap<>();
|
||||
|
||||
public void registerCustomProjectile(NBTItem sourceItem, CachedStats stats, Entity entity, boolean customWeapon) {
|
||||
registerCustomProjectile(sourceItem, stats, entity, customWeapon, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user