mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-05 11:35:17 +00:00
chore: format Minecraft.World
This commit is contained in:
@@ -1,16 +1,13 @@
|
||||
#include "../Platform/stdafx.h"
|
||||
#include "../Headers/net.minecraft.world.effect.h"
|
||||
|
||||
InstantenousMobEffect::InstantenousMobEffect(int id, bool isHarmful, eMinecraftColour color) : MobEffect(id, isHarmful, color)
|
||||
{
|
||||
}
|
||||
InstantenousMobEffect::InstantenousMobEffect(int id, bool isHarmful,
|
||||
eMinecraftColour color)
|
||||
: MobEffect(id, isHarmful, color) {}
|
||||
|
||||
bool InstantenousMobEffect::isInstantenous()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
bool InstantenousMobEffect::isInstantenous() { return true; }
|
||||
|
||||
bool InstantenousMobEffect::isDurationEffectTick(int remainingDuration, int amplification)
|
||||
{
|
||||
return remainingDuration >= 1;
|
||||
bool InstantenousMobEffect::isDurationEffectTick(int remainingDuration,
|
||||
int amplification) {
|
||||
return remainingDuration >= 1;
|
||||
}
|
||||
Reference in New Issue
Block a user