alright, fine, where can i find an example that looks like this:
if(mod is on client-side){(this bit here is all i need to know on this line)
EntityRegistry.registerModEntity(new ResourceLocation("unreachablefantasy:iceyeti"), Entityiceyeti.class, "iceyeti", mobid, instance, 64, 1, true, -1, -6684673);
}
?