public EntityCreeper(EntityTyped e) : base(e) { EntityCreeper e2 = e as EntityCreeper; if (e2 != null) { _powered = e2._powered; } }
public EntityPrimedTnt(EntityTyped e) : base(e) { EntityPrimedTnt e2 = e as EntityPrimedTnt; if (e2 != null) { _fuse = e2._fuse; } }
public EntityFallingSand(EntityTyped e) : base(e) { EntityFallingSand e2 = e as EntityFallingSand; if (e2 != null) { _tile = e2._tile; } }
public EntityPig(EntityTyped e) : base(e) { EntityPig e2 = e as EntityPig; if (e2 != null) { _saddle = e2._saddle; } }
public EntitySlime(EntityTyped e) : base(e) { EntitySlime e2 = e as EntitySlime; if (e2 != null) { _size = e2._size; } }
public EntityMinecart(EntityTyped e) : base(e) { EntityMinecart e2 = e as EntityMinecart; if (e2 != null) { _type = e2._type; } }
public EntitySheep(EntityTyped e) : base(e) { EntitySheep e2 = e as EntitySheep; if (e2 != null) { _sheared = e2._sheared; _color = e2._color; } }
public EntityMinecartFurnace(EntityTyped e) : base(e) { EntityMinecartFurnace e2 = e as EntityMinecartFurnace; if (e2 != null) { _pushX = e2._pushX; _pushZ = e2._pushZ; _fuel = e2._fuel; } }
public EntityItem(EntityTyped e) : base(e) { EntityItem e2 = e as EntityItem; if (e2 != null) { _health = e2._health; _age = e2._age; _item = e2._item.Copy(); } }
public EntityWolf(EntityTyped e) : base(e) { EntityWolf e2 = e as EntityWolf; if (e2 != null) { _owner = e2._owner; _sitting = e2._sitting; _angry = e2._angry; } }
public EntityMinecartChest(EntityTyped e) : base(e) { EntityMinecartChest e2 = e as EntityMinecartChest; if (e2 != null) { _items = e2._items.Copy(); } }
public EntityPigZombie(EntityTyped e) : base(e) { EntityPigZombie e2 = e as EntityPigZombie; if (e2 != null) { _anger = e2._anger; } }
public EntityMob(EntityTyped e) : base(e) { EntityMob e2 = e as EntityMob; if (e2 != null) { _attackTime = e2._attackTime; _deathTime = e2._deathTime; _health = e2._health; _hurtTime = e2._hurtTime; } }
public EntityPainting(EntityTyped e) : base(e) { EntityPainting e2 = e as EntityPainting; if (e2 != null) { _xTile = e2._xTile; _yTile = e2._yTile; _zTile = e2._zTile; _dir = e2._dir; _motive = e2._motive; } }
public EntityThrowable(EntityTyped e) : base(e) { EntityThrowable e2 = e as EntityThrowable; if (e2 != null) { _xTile = e2._xTile; _yTile = e2._yTile; _zTile = e2._zTile; _inTile = e2._inTile; _inGround = e2._inGround; _shake = e2._shake; } }
public EntityChicken(EntityTyped e) : base(e) { }
public EntityGhast(EntityTyped e) : base(e) { }
public EntityGiant(EntityTyped e) : base(e) { }
public EntitySnowball(EntityTyped e) : base(e) { }
public EntityArrow(EntityTyped e) : base(e) { }
public EntityBoat(EntityTyped e) : base(e) { }
public EntitySpider(EntityTyped e) : base(e) { }
public EntityEgg(EntityTyped e) : base(e) { }
public EntityCow(EntityTyped e) : base(e) { }
public EntitySkeleton(EntityTyped e) : base(e) { }
public EntityZombie(EntityTyped e) : base(e) { }
public EntityMonster(EntityTyped e) : base(e) { }
public EntitySquid(EntityTyped e) : base(e) { }