December 2014 files
This commit is contained in:
14
Minecraft.World/HealthBoostMobEffect.h
Normal file
14
Minecraft.World/HealthBoostMobEffect.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include "MobEffect.h"
|
||||
|
||||
class LivingEntity;
|
||||
class BaseAttributeMap;
|
||||
|
||||
class HealthBoostMobEffect : public MobEffect
|
||||
{
|
||||
public:
|
||||
HealthBoostMobEffect(int id, bool isHarmful, eMinecraftColour color);
|
||||
|
||||
void removeAttributeModifiers(shared_ptr<LivingEntity> entity, BaseAttributeMap *attributes, int amplifier);
|
||||
};
|
||||
Reference in New Issue
Block a user